Bug 27449 - mousemove events are not propagated to the main frame while dragging over an iframe
Summary: mousemove events are not propagated to the main frame while dragging over an ...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-20 11:18 PDT by Alexander Pavlov (apavlov)
Modified: 2012-10-12 11:48 PDT (History)
4 users (show)

See Also:


Attachments
patch (1.87 KB, patch)
2009-07-20 11:29 PDT, Alexander Pavlov (apavlov)
no flags Details | Formatted Diff | Diff
patch (1.88 KB, patch)
2009-07-21 04:35 PDT, Alexander Pavlov (apavlov)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pavlov (apavlov) 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.
Comment 1 Alexander Pavlov (apavlov) 2009-07-20 11:29:16 PDT
Created attachment 33095 [details]
patch
Comment 2 Alexander Pavlov (apavlov) 2009-07-21 04:35:15 PDT
Created attachment 33169 [details]
patch
Comment 3 Timothy Hatcher 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.
Comment 4 Alexey Proskuryakov 2009-07-22 10:01:53 PDT
See also: bug 20878.
Comment 5 Alexey Proskuryakov 2010-06-12 15:23:15 PDT
Can you make a test case that fails outside of Web Inspector?