#683 closed defect (fixed)
FloatingPane inside a FloatingPane: dragging doesn't work
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When I start to drag a floating pane inside a floating pane (see tests/widget/test_FloatingPane.html, "Resizable window w/shadow", the inner floating pane jumps and then can't be moved.
Change History (4)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Milestone: | → 0.4 |
---|---|
Owner: | changed from anonymous to bill |
See #682 also.
comment:3 Changed 15 years ago by
Milestone: | 0.4 → 0.3.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in [4170]
Note: See
TracTickets for help on using
tickets.
Any component like images, text, etc inside a FloatingPane? that is movable exhibits similar behaviour. This is probably due to the offset being wrong. In an earlier build of dojo (probably a build from march 06) this used to work correctly. Fixing this would immensely help.
As a temporary fix, I set the offset to the absolute location of the FloatingPane? and this seems to help a bit in that the image being moved moves just a little bit so that the top left corner of the window is aligned with the mouse.