Bug 35987 - [chromium]: Fix regression in mouse capture on Mac/Linux
Summary: [chromium]: Fix regression in mouse capture on Mac/Linux
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other All
: P2 Normal
Assignee: John Abd-El-Malek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-10 14:36 PST by John Abd-El-Malek
Modified: 2010-03-10 15:05 PST (History)
0 users

See Also:


Attachments
Patch (1.21 KB, patch)
2010-03-10 14:40 PST, John Abd-El-Malek
japhet: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Abd-El-Malek 2010-03-10 14:36:37 PST
[chromium]: Fix regression in mouse capture on Mac/Linux
Comment 1 John Abd-El-Malek 2010-03-10 14:37:44 PST
This is a regression from https://bugs.webkit.org/show_bug.cgi?id=35900, since it turns out mouseCaptureLost isn't called on Mac/Linux.
Comment 2 John Abd-El-Malek 2010-03-10 14:40:07 PST
Created attachment 50440 [details]
Patch
Comment 3 John Abd-El-Malek 2010-03-10 15:05:25 PST
Committed r55810: <http://trac.webkit.org/changeset/55810>