Bug 27449

Summary: mousemove events are not propagated to the main frame while dragging over an iframe
Product: WebKit Reporter: Alexander Pavlov (apavlov) <apavlov>
Component: UI EventsAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED    
Severity: Normal CC: ap, aroben, pfeldman, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
patch
none
patch none

Alexander Pavlov (apavlov)
Reported 2009-07-20 11:18:42 PDT
Currently, when sidebar resizers are dragged towards a div that contains an iframe, the mousemove events are captured by the iframe contentDocument rather than the resizer's one. This is perfectly reproducible on Windows Safari.
Attachments
patch (1.87 KB, patch)
2009-07-20 11:29 PDT, Alexander Pavlov (apavlov)
no flags
patch (1.88 KB, patch)
2009-07-21 04:35 PDT, Alexander Pavlov (apavlov)
no flags
Alexander Pavlov (apavlov)
Comment 1 2009-07-20 11:29:16 PDT
Alexander Pavlov (apavlov)
Comment 2 2009-07-21 04:35:15 PDT
Timothy Hatcher
Comment 3 2009-07-21 09:06:55 PDT
This is a bug in Windows Safari I think, since this does not happen on the Mac. The events should bubble up to the main frame if they are not captured and stoped from propagating. We should fix the bug in Windows Safari.
Alexey Proskuryakov
Comment 4 2009-07-22 10:01:53 PDT
See also: bug 20878.
Alexey Proskuryakov
Comment 5 2010-06-12 15:23:15 PDT
Can you make a test case that fails outside of Web Inspector?
Note You need to log in before you can comment on or make changes to this bug.