#9847 closed bug (invalid)
iframeFix breaks click functionality
Reported by: | Paradox | Owned by: | Paradox |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.draggable | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When draggable with iframeFix:true is applied to object, mouseup event (and click as well) is not fired. For instance, draggable links in inframe could not be clicked by user.
Change History (3)
comment:1 Changed 8 years ago by
Owner: | set to Paradox |
---|---|
Status: | new → pending |
comment:2 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
comment:3 Changed 6 years ago by
Here's a fiddle of an external element (not inside the iframe) - the div prevents clicking and isn't respects delay - so basically you can't get clicks on draggable elements iwth iframe fix.
iframFix completely covers all iframes, so I'm not sure why you'd expect to be able to interact with elements inside an iframe. Can you provide an actual example in jsbin or jsFiddle of the use case you're describing?