#18293 closed defect (fixed)
[patch][cla] dojox/form/BusyButton IE error
Reported by: | dylan | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.7.7 |
Component: | DojoX Form | Version: | 1.10.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
https://github.com/dojo/dojox/pull/113
Workaround Unknown Runtime Error
- in some versions of Internet Explorer, an Unknown Runtime Error is thrown when the innerHTML of a DOM node is altered by a function which was invoked by a member of the innerHTML
- since BusyButton#setLabel? empties the containerNode, we can avoid this issue by simply appending a new TextNode? to the containerNode (which should behave the same as setting the innerHTML to a String literal)
Change History (11)
comment:1 Changed 6 years ago by
Owner: | set to dylans <[email protected]…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 0fe20646cc0c10f9fe5cbfb3baf3f8b1549efae1/dojox: