Opened 12 years ago
Closed 12 years ago
#8359 closed defect (fixed)
Changeset 16215 broke dijit.Tree on IE7
Reported by: | nic | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit | Version: | 1.2.3 |
Keywords: | Tree, indent | Cc: | |
Blocked By: | Blocking: |
Description
IE7: in test_Tree.html the second tree isn't created and there is a "Invalid Argument" error.
Change History (3)
comment:1 Changed 12 years ago by
Owner: | set to bill |
---|---|
Status: | new → assigned |
comment:2 Changed 12 years ago by
Yes, it's the padding!
dojo.style(this.rowNode, dojo._isBodyLtr() ? "paddingLeft" : "paddingRight", pixels);
Thanks!
Nicola
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Woops, sorry about that; I guess you can't set negative padding, not even on a node that's display:none.