[Webkit-unassigned] [Bug 237679] New: Web Inspector: Styles Panel: CSS variables completions should be provided even without a query
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 9 15:03:20 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=237679
Bug ID: 237679
Summary: Web Inspector: Styles Panel: CSS variables completions
should be provided even without a query
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: rcaliman at apple.com
CC: inspector-bugzilla-changes at group.apple.com
# Steps to Reproduce:
- Ensure "Use fuzzy matching for completion suggestions" is enabled in Settings > Experimental
- Inspect https://webkit.org
- In the Styles panel, add a new CSS declaration: `color: var(` (notice the missing value for a variable name)
# Result
No completion suggestions provided.
# Expected results
In the absence of a query string, a list of all applicable CSS variable names should be provided.
This is the behavior for classic prefix autocompletion. It's a regression when using fuzzy matching.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220309/7706fa88/attachment.htm>
More information about the webkit-unassigned
mailing list