Note that there are some explanatory texts on larger screens.

plurals
  1. USStephen Simpson
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COWhat areas is it broken for on IE? I'm currently using this on a project but since I use Linux I've not tested it on IE yet. I'm using buttons, alerts and dialogs with a few standard widgets like textbox, checkbox, radio ...etc.
      singulars
    2. COClosing img in HTML5 is not needed (assuming HTML5, if XHTML then it ought to be included). Also, I never use this.inherited(arguments) at all (if possible) as it will not work when using "use strict". Your class ought to work without any of these (most of the time, there are exceptions of course). The lang.mixin(this, params) in the constructor should not be needed as Dojo should do this. I'd ditch the constructor method (unless of course, you are running more code there that you removed in order to make your question easier to understand).
      singulars
    3. COI've copied your code and ran it in both Firefox and IE8, it seems to work perfectly in both. Have tried running in IE7 mode, quirks mode, compatibility mode, ...etc, all work. I'm guessing what is breaking this is something not included in the modified version above. My bet would be on that something in the template is breaking it as this is being fetched and included during buildRendering. Have tried to break it by not including an _onClick() class method or _blankGif property but these have no specifically destructive in IE8.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload