#6143 closed defect (fixed)
Nodelist::wipeIn unit test failure (IE6)
Reported by: | bill | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | General | Version: | 1.1b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run nightly unit tests on IE6 (dojo/tests/runtests.html). Failure in NodeList:wipeIn.
Change History (3)
comment:1 Changed 13 years ago by
Owner: | changed from anonymous to alex |
---|---|
Priority: | normal → high |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
(In [13111]) fixes dojo.style() calculation of computed heights on IE 6 when node.style.height = "auto" is set explicitly. Skip deprecated getBoxObjectFor() call for FF3 for performance and forward-compat. All unit tests run on IE 6, FF3, and Safari. Fixes #6143. !strict