WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
126223
PreventDefault in 'mousedown' cancels 'mousemove', 'mouseup' and 'mouseout' events outside of iframe.
https://bugs.webkit.org/show_bug.cgi?id=126223
Summary
PreventDefault in 'mousedown' cancels 'mousemove', 'mouseup' and 'mouseout' e...
Vsevolod
Reported
2013-12-25 00:23:44 PST
PreventDefault in 'mousedown' cancels 'mousemove', 'mouseup' and 'mouseout' events outside of iframe. Witout preventDefault all works fine.
Attachments
Testcase
(154 bytes, text/html)
2015-03-19 05:12 PDT
,
Antoine Quint
no flags
Details
Additional testcase content
(981 bytes, text/html)
2015-03-19 05:12 PDT
,
Antoine Quint
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Antoine Quint
Comment 1
2015-03-19 05:11:45 PDT
I just ran into this issue today, where this works fine in Firefox, but fails in Safari and Chrome. Since the original URL no longer seems to work, I've attached a testcase where commenting out the call to `event.preventDefault()` in the `mousedown` event handler shows that mouse events are dispatched even when outside the iframe bounds.
Antoine Quint
Comment 2
2015-03-19 05:12:26 PDT
Created
attachment 249033
[details]
Testcase
Antoine Quint
Comment 3
2015-03-19 05:12:44 PDT
Created
attachment 249034
[details]
Additional testcase content
Antoine Quint
Comment 4
2015-03-19 05:26:29 PDT
Raised a Chromium bug too at
https://code.google.com/p/chromium/issues/detail?id=468730
.
David Kilzer (:ddkilzer)
Comment 5
2016-09-09 09:45:24 PDT
<
rdar://problem/28226827
>
Lucas Forschler
Comment 6
2019-02-06 09:18:35 PST
Mass move bugs into the DOM component.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug