Bug 174334 - Web Inspector: Styles: Autocomplete suggestion doesn't apply right away, requires pressing Enter
Summary: Web Inspector: Styles: Autocomplete suggestion doesn't apply right away, requ...
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nikita Vasilyev
URL:
Keywords: InRadar
Depends on: 145982
Blocks:
  Show dependency treegraph
 
Reported: 2017-07-10 16:54 PDT by Nikita Vasilyev
Modified: 2017-07-10 16:55 PDT (History)
2 users (show)

See Also:


Attachments
[Animated GIF] Autocomplete suggestion doesn't apply right away (60.66 KB, image/gif)
2017-07-10 16:54 PDT, Nikita Vasilyev
no flags Details
[Animated GIF] Chrome DevTools (65.39 KB, image/gif)
2017-07-10 16:55 PDT, Nikita Vasilyev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Vasilyev 2017-07-10 16:54:41 PDT
Created attachment 315044 [details]
[Animated GIF] Autocomplete suggestion doesn't apply right away

Steps:
1. Inspect any HTML element.
2. In the Rules panel, add a property "float".
3. Press arrow up and down keys to cycle through CSS properties.

Expected:
Changes should be visible right away.

Actual:
Changes are visible only after pressing Enter.

Notes:
This was broken a year or two ago. Chrome works as expected.
Comment 1 Radar WebKit Bug Importer 2017-07-10 16:55:09 PDT
<rdar://problem/33226064>
Comment 2 Nikita Vasilyev 2017-07-10 16:55:13 PDT
Created attachment 315045 [details]
[Animated GIF] Chrome DevTools