Bug 67914 - Pressing caps lock after closing a showModalDialog window results in WebProcess exiting
Summary: Pressing caps lock after closing a showModalDialog window results in WebProce...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac Unspecified
: P2 Normal
Assignee: Mark Rowe (bdash)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-09-11 18:45 PDT by Mark Rowe (bdash)
Modified: 2011-09-11 20:33 PDT (History)
3 users (show)

See Also:


Attachments
Patch v1 (5.01 KB, patch)
2011-09-11 18:52 PDT, Mark Rowe (bdash)
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2011-09-11 18:45:45 PDT
1) Load <http://webkit.org>.
2) Type the following in the address bar, then press return: javascript:showModalDialog('http://apple.com')
3) Close the modal window.
4) Press the caps lock key.

<rdar://problem/9878268>
Comment 1 Mark Rowe (bdash) 2011-09-11 18:52:48 PDT
Created attachment 107013 [details]
Patch v1
Comment 2 WebKit Review Bot 2011-09-11 18:55:30 PDT
Attachment 107013 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1

Source/WebKit2/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Mark Rowe (bdash) 2011-09-11 20:33:34 PDT
Landed in r94940.