RESOLVED FIXED 150461
Web Inspector: Using up/down to change autocomplete items hides the suggestions view
https://bugs.webkit.org/show_bug.cgi?id=150461
Summary Web Inspector: Using up/down to change autocomplete items hides the suggestio...
Devin Rousso
Reported 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)
Attachments
Radar WebKit Bug Importer
Comment 1 2015-10-22 12:28:08 PDT
Devin Rousso
Comment 2 2017-03-16 14:18:28 PDT
This appears to be fixed as of r214067 <https://trac.webkit.org/changeset/214067>.
Note You need to log in before you can comment on or make changes to this bug.