Ticket #8359 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

Changeset 16215 broke dijit.Tree on IE7

Reported by: nic Owned by: bill
Priority: high Milestone: 1.3
Component: Dijit Version: 1.2.3
Severity: normal Keywords: Tree, indent
Cc:

Description

IE7: in test_Tree.html the second tree isn't created and there is a "Invalid Argument" error.

Change History

Changed 6 months ago by bill

  • status changed from new to assigned
  • owner set to bill

Woops, sorry about that; I guess you can't set negative padding, not even on a node that's display:none.

Changed 6 months ago by nic

Yes, it's the padding!
dojo.style(this.rowNode, dojo._isBodyLtr() ? "paddingLeft" : "paddingRight", pixels);
Thanks!

Nicola

Changed 6 months ago by bill

  • status changed from assigned to closed
  • resolution set to fixed

(In [16234]) IE doesn't like negative padding, even on a hidden node. Fixes #8359 !strict.

Note: See TracTickets for help on using tickets.