WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
126800
Web Inspector: Switching tabs to window with inspector open prohibits typing into console
https://bugs.webkit.org/show_bug.cgi?id=126800
Summary
Web Inspector: Switching tabs to window with inspector open prohibits typing ...
Jonathan Wells
Reported
2014-01-10 17:57:11 PST
There is an issue with the text input field in the console. In many situations, switching back to a window with the console open, clicking into the console text entry field, then typing results in no text being entered. To reproduce: 1. Open Safari using the nightly build to a blank page. 2. Hit Option-Command-C to open the console 3. Enter a command to confirm the field currently works. 4. Hit Command-T to open a new tab. 5. Hit Shift-Command-[ to move back to the first tab. 6. Click inside the console entry field. 7. Type a key other than Tab or Delete. A key other than these will not work.
Attachments
Fixes the bug
(5.05 KB, patch)
2015-03-25 03:35 PDT
,
Ryosuke Niwa
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2014-01-10 17:57:29 PST
<
rdar://problem/15798159
>
Ryosuke Niwa
Comment 2
2015-03-25 03:35:08 PDT
Created
attachment 249396
[details]
Fixes the bug
Anders Carlsson
Comment 3
2015-03-25 13:59:27 PDT
Comment on
attachment 249396
[details]
Fixes the bug View in context:
https://bugs.webkit.org/attachment.cgi?id=249396&action=review
> Source/WebKit2/UIProcess/WebPageProxy.h:396 > + void updateFocusAppearance();
I think this should have a more descriptive name that indicates that it restores the selection.
Ryosuke Niwa
Comment 4
2015-03-25 14:14:49 PDT
(In reply to
comment #3
)
> Comment on
attachment 249396
[details]
> Fixes the bug > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=249396&action=review
> > > Source/WebKit2/UIProcess/WebPageProxy.h:396 > > + void updateFocusAppearance(); > > I think this should have a more descriptive name that indicates that it > restores the selection.
Renamed to restoreSelectionInFocusedEditableElement.
Ryosuke Niwa
Comment 5
2015-03-25 14:19:46 PDT
Committed
r181972
: <
http://trac.webkit.org/changeset/181972
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug