#4953 closed defect (fixed)
Strange offsets dragging floating panes
Reported by: | guest | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dojox | Version: | 1.0 |
Keywords: | Cc: | Chris Mitchell | |
Blocked By: | Blocking: |
Description
dojox/layout/tests/test_FloatingPane.html dragging floating is broken on FF2.x. Drag any floating pane, when moving, the avatar appears offset from mouse position by a couple inches.
Change History (5)
comment:1 Changed 13 years ago by
Component: | General → Dojox |
---|---|
Owner: | changed from anonymous to Tom Trenka |
comment:2 Changed 13 years ago by
Cc: | Chris Mitchell added |
---|---|
Owner: | changed from Tom Trenka to dante |
comment:3 Changed 13 years ago by
Status: | new → assigned |
---|
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [11571]) fixes #5172 - patch from BlueFire? (CLA) and fixes #4953 by forcing absolute positioning (everything else is) and adds a .highlight() method to the floating pane to inject a Dialog Underlay beneath the top floatingpane. .hightlight() on/off is attached to dblclick on titlenode, but this is debatable.
comment:5 Changed 13 years ago by
Milestone: | → 1.1 |
---|
Note: See
TracTickets for help on using
tickets.
its actually just the result of DnD setting top:0 left:0 onFirstDrag because the nodes in the test are not position:absolute; will cleanup test. this isn't a "bug" per se, just poorly styled test.