Search and Top Navigation
#9847 closed bug (invalid)
Opened February 21, 2014 07:15AM UTC
Closed March 08, 2014 09:02AM UTC
Last modified June 26, 2016 11:43AM UTC
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.
Attachments (0)
Change History (3)
Changed February 21, 2014 01:23PM UTC by comment:1
owner: | → Paradox |
---|---|
status: | new → pending |
Changed March 08, 2014 09:02AM UTC by comment:2
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!
Changed June 26, 2016 11:43AM UTC by comment:3
http://jsfiddle.net/xBB5x/11706/
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?