Bug 115296 - Pressing mouse button inside a dragstart event causes a crash
Summary: Pressing mouse button inside a dragstart event causes a crash
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P1 Major
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-04-26 20:28 PDT by Ryosuke Niwa
Modified: 2013-04-27 20:42 PDT (History)
5 users (show)

See Also:


Attachments
Fixes the bug (4.78 KB, patch)
2013-04-26 20:40 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-04-26 20:28:39 PDT
Reproduction steps:
1. Open any page that has dragstart event handler
2. Open inspector and set a breakpoint inside this event handler
3. Trigger the breakpoint by dragging an item in the page
4. Click anywhere on the page (while the script is paused at the breakpoint)
5. Resume from the breakpoint in the inspector

Boom!
Comment 1 Ryosuke Niwa 2013-04-26 20:29:06 PDT
<rdar://problem/13229520>
Comment 2 Ryosuke Niwa 2013-04-26 20:40:15 PDT
Created attachment 199885 [details]
Fixes the bug
Comment 3 WebKit Commit Bot 2013-04-27 20:42:23 PDT
Comment on attachment 199885 [details]
Fixes the bug

Clearing flags on attachment: 199885

Committed r149254: <http://trac.webkit.org/changeset/149254>
Comment 4 WebKit Commit Bot 2013-04-27 20:42:25 PDT
All reviewed patches have been landed.  Closing bug.