Opened 13 years ago
Last modified 10 years ago
#6004 open feature
Mouse: Automatically cover iframes on mouse start
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 2.0.0 |
Component: | ui.mouse | Version: | 1.8.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When performing any mouse operations (drag, resize, sort, etc.), all iframes will need to be covered with a div. This will prevent the mouse from hovering over the iframe, which will cause the mouse event to be captured by the iframe. See draggable's iframeFix option, which should be removed during the rewrite in favor of this automatic behavior.
Change History (4)
comment:1 Changed 12 years ago by
Milestone: | 1.next → 1.9 |
---|---|
Priority: | critical → major |
comment:2 Changed 12 years ago by
comment:3 Changed 11 years ago by
Milestone: | 1.9 → 1.next |
---|---|
Status: | new → open |
Address in interactions rewrite.
comment:4 Changed 10 years ago by
Milestone: | 1.next → 2.0.0 |
---|
Note: See
TracTickets for help on using
tickets.
Implement this in its own method, so that devs can override if they need to.