Bug 117287 - Avoid nested eventSender.keyDown in editing/selection/caret-after-keypress.html
Summary: Avoid nested eventSender.keyDown in editing/selection/caret-after-keypress.html
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Eugene Klyuchnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-06 03:27 PDT by Eugene Klyuchnikov
Modified: 2013-06-06 09:29 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.70 KB, patch)
2013-06-06 04:18 PDT, Eugene Klyuchnikov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Klyuchnikov 2013-06-06 03:27:22 PDT
Nested eventSender.keyDown simulates impossible situation.

This confuses confuses event processing system and causes crash in [Qt5][WK2] environment.

See https://bugs.webkit.org/show_bug.cgi?id=117070 for more details.
Comment 1 Eugene Klyuchnikov 2013-06-06 04:18:07 PDT
Created attachment 203922 [details]
Patch
Comment 2 WebKit Commit Bot 2013-06-06 09:29:23 PDT
Comment on attachment 203922 [details]
Patch

Clearing flags on attachment: 203922

Committed r151276: <http://trac.webkit.org/changeset/151276>
Comment 3 WebKit Commit Bot 2013-06-06 09:29:24 PDT
All reviewed patches have been landed.  Closing bug.