Skip to main content

Search and Top Navigation

#7585 closed bug (duplicate)

Opened July 29, 2011 04:15AM UTC

Closed April 03, 2012 05:39PM UTC

Resize isn't done for div layered over iframe

Reported by: mmmosias@gmail.com Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.resizable Version: 1.8
Keywords: Cc:
Blocked by: Blocking:
Description

When a div a layered over an iframe resize isn't done. http://jsbin.com/ikeyat/edit

Attachments (0)
Change History (2)

Changed April 03, 2012 05:36PM UTC by trickqba comment:1

Note in the demo that the resize is only interrupted when the cursor is over an iframe, if you move the cursor above or below the frame, you can still resize the div over the iframe.

Though not universally supported, setting

pointer-events:none
on the iframe will cause the resize to behave as expected.

I have not read this code myself, so I do not have a fix to fork, but perhaps this insight will help someone with a simple fix.

Changed April 03, 2012 05:39PM UTC by rdworth comment:2

resolution: → duplicate
status: newclosed

Duplicate of #4903