Opened 10 years ago
Closed 10 years ago
#11491 closed defect (fixed)
[cla][patch] Tree: collapses when next to a float
Reported by: | Jonathan Bond-Caron | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Dijit | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
When you have:
<div style="float:left;"></div><div dojoType="dijit.Tree">
The behavior I would expect happens on IE7 but not FF 3.6.3, Opera 10, chrome
Attachments (2)
Change History (5)
Changed 10 years ago by
Attachment: | snap_problem.gif added |
---|
comment:1 Changed 10 years ago by
Component: | General → Dijit |
---|---|
Description: | modified (diff) |
Milestone: | tbd → 1.6 |
Owner: | changed from anonymous to bill |
Status: | new → assigned |
Summary: | [cla][patch] dijit.Tree collapses when next to a float → [cla][patch] Tree: collapses when next to a float |
OK thanks for the patch, I'll check it out. Very strange problem.
comment:2 Changed 10 years ago by
Note that as #10585 points out, Tree sets overflow: auto on the tree node on every resize().
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Problem