Bug 101152 - Web Inspector: [REGRESSION] Suggest CSS property values once Up/Down is pressed with an empty input
Summary: Web Inspector: [REGRESSION] Suggest CSS property values once Up/Down is press...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nikita Vasilyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-03 11:08 PDT by Nikita Vasilyev
Modified: 2014-12-01 14:29 PST (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Vasilyev 2012-11-03 11:08:05 PDT
Currently, suggest shows only when the fileld isn’t empty. It makes discovering all acceptable values harder.

Firebug behaviour: http://www.screenr.com/qYs7.
Comment 1 Nikita Vasilyev 2012-11-03 12:22:38 PDT
It used to work https://bugs.webkit.org/show_bug.cgi?id=54205
Comment 2 Nikita Vasilyev 2012-11-03 12:28:30 PDT
What’s the purpose of the `force` flag in TextPrompt.js? I haven’t yet found a case when it’s defined.
Comment 3 Nikita Vasilyev 2012-11-03 13:36:06 PDT
`force` is true only when you press Ctrl + Space. It’s quite hard to discover. Having arrow keys to force showing suggest box wouldn’t hurt.