Bug 32392 - Web Inspector: debugger shortcuts don't work when Search field or Console field has focus.
Summary: Web Inspector: debugger shortcuts don't work when Search field or Console fie...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-10 13:16 PST by Pavel Feldman
Modified: 2009-12-10 13:54 PST (History)
5 users (show)

See Also:


Attachments
[PATCH] fix (4.50 KB, patch)
2009-12-10 13:23 PST, Pavel Feldman
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2009-12-10 13:16:34 PST
Reason is that they are handled from within main panels key handler, not the document's one.
Comment 1 Pavel Feldman 2009-12-10 13:23:47 PST
Created attachment 44635 [details]
[PATCH] fix
Comment 2 WebKit Review Bot 2009-12-10 13:25:50 PST
style-queue ran check-webkit-style on attachment 44635 [details] without any errors.
Comment 3 Pavel Feldman 2009-12-10 13:54:51 PST
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/inspector/front-end/ElementsTreeOutline.js
	M	WebCore/inspector/front-end/KeyboardShortcut.js
	M	WebCore/inspector/front-end/inspector.js
Committed r51961