Bug 58653 - Web Inspector: Prevent Backspace keypresses from routing into the inspected page
Summary: Web Inspector: Prevent Backspace keypresses from routing into the inspected page
Status: CLOSED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexander Pavlov (apavlov)
URL:
Keywords:
Depends on: 58769
Blocks:
  Show dependency treegraph
 
Reported: 2011-04-15 06:00 PDT by Alexander Pavlov (apavlov)
Modified: 2011-04-18 02:35 PDT (History)
11 users (show)

See Also:


Attachments
[PATCH] Suggested fix (1.25 KB, patch)
2011-04-15 06:47 PDT, Alexander Pavlov (apavlov)
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pavlov (apavlov) 2011-04-15 06:00:12 PDT
When the Web Inspector is docked and focused, and a Backspace keypress is not handled, it gets routed into the inspected page thereby causing a navigation to the previous history URL.

Upstreaming http://code.google.com/p/chromium/issues/detail?id=74156
Comment 1 Alexander Pavlov (apavlov) 2011-04-15 06:47:22 PDT
Created attachment 89779 [details]
[PATCH] Suggested fix
Comment 2 Alexander Pavlov (apavlov) 2011-04-15 06:58:25 PDT
Committed r83968: <http://trac.webkit.org/changeset/83968>
Comment 3 Vsevolod Vlasov 2011-04-15 13:38:05 PDT
This patch breaks console in chromium on linux.
Backspace doesn't work in console.
Comment 4 Alexander Pavlov (apavlov) 2011-04-18 02:35:49 PDT
This is not the right approach to fixing the user-visible issue.