#2576 closed defect (fixed)
IE fails on dojo.html.getBoxSizing() when node is IMG
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.4.2rc1 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
In layout.js, the method dojo.html.getBoxSizing() throws an exception if the browser is IE and the node is an IMG. The failure is on the line:
var sizing = dojo.html.getStyle(node, "-moz-box-sizing");
Prior versions of the method did not have the IMG-specific test earlier in the code.
Note: See
TracTickets for help on using
tickets.
(In [7566]) fixes #2576