Opened 15 years ago
Closed 13 years ago
#1068 closed defect (fixed)
Editor interferes with dragging of FloatingPane
Reported by: | jbowers_at_sd73.bc.ca | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.3 |
Keywords: | Editor FloatingPane Drag | Cc: | |
Blocked By: | Blocking: |
Description
If I have an editor instance somewhere on the page, and I have a floating pane (toggled by some Toggler) somewhere, I cannot drag the floating pane to the very bottom of the page. It seems as though the FloatingPane? cannot figure out where the bottom limit of the page is because of the Editor (the floating pane seems to hit some sort of "invisible barrier")
Attachments (1)
Change History (6)
Changed 15 years ago by
Attachment: | float_editor_problem.html added |
---|
comment:1 Changed 15 years ago by
Milestone: | → 0.5 |
---|
comment:2 Changed 14 years ago by
Owner: | changed from anonymous to liucougar |
---|
I suspect the editor's iframe is eating the mousemove events?
comment:3 Changed 14 years ago by
Component: | Widgets → Dijit |
---|---|
Milestone: | 0.9 → 1.0 |
Owner: | changed from liucougar to koranteng |
In any case, this should be fixed with Dialog (which replaces FloatingPane?) because Dialog adds an invisible cover <div> over the whole page. Giving to Koranteng to check.
comment:4 Changed 14 years ago by
Owner: | changed from koranteng to bill |
---|
comment:5 Changed 13 years ago by
Milestone: | 1.0 → 0.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Confirmed this isn't an issue with Dialog and Editor (using themeTester.html) on FF2/mac.
Example HTML