Bug 101152
| Summary: | Web Inspector: [REGRESSION] Suggest CSS property values once Up/Down is pressed with an empty input | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nikita Vasilyev <me> |
| Component: | Web Inspector (Deprecated) | Assignee: | Nikita Vasilyev <me> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | apavlov, burg, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Nikita Vasilyev
Currently, suggest shows only when the fileld isn’t empty. It makes discovering all acceptable values harder.
Firebug behaviour: http://www.screenr.com/qYs7.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Nikita Vasilyev
It used to work https://bugs.webkit.org/show_bug.cgi?id=54205
Nikita Vasilyev
What’s the purpose of the `force` flag in TextPrompt.js? I haven’t yet found a case when it’s defined.
Nikita Vasilyev
`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.