Bug 150461 - Web Inspector: Using up/down to change autocomplete items hides the suggestions view
Summary: Web Inspector: Using up/down to change autocomplete items hides the suggestio...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-10-22 12:27 PDT by Devin Rousso
Modified: 2017-03-16 14:18 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2015-10-22 12:27:15 PDT
* STEPS TO REPRODUCE:
1. Go to about:blank and open the CSS sidebar in Web Inspector
2. Select the <body> tag
3. Type "mar" into the inline styles section of the CSS Sidebar (make sure that the autocomplete suggestions view is open)
4. Press the down arrow key

* Expected:
The autocomplete entry "margin-bottom" is selected and the sidebar shows "mar(gin-bottom)" where the text in () is faded out

* Actual:
The sidebar shows the text "mar" and the autocomplete suggestions view is hidden


This seems to be a regression from r191419  (https://bugs.webkit.org/show_bug.cgi?id=147720)
Comment 1 Radar WebKit Bug Importer 2015-10-22 12:28:08 PDT
<rdar://problem/23222988>
Comment 2 Devin Rousso 2017-03-16 14:18:28 PDT
This appears to be fixed as of r214067 <https://trac.webkit.org/changeset/214067>.