Opened 14 years ago
Closed 14 years ago
#3073 closed defect (fixed)
r8651 horribly b0rken
Reported by: | alex | Owned by: | Adam Peller |
---|---|---|---|
Priority: | blocker | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | alex, bill | |
Blocked By: | Blocking: |
Description
[8651] introduced an exception for widgets on IE 7. If the node is not in the render tree, dojo.getComputedStyle(node) returns null and therefore postMixInProperties() fails.
Beyond that, though, I question the wisdom of making a computed style calculation for every single widget on a page. This seems like a very bad idea.
Note: See
TracTickets for help on using
tickets.
(In [8666]) Move bidi computedStyle call in postMixInProperties out to an accessor method. Fixes #3073, refs #3049