[Webkit-unassigned] [Bug 272113] New: Web Inspector: CSS Completion picks property with higher usage count instead of exact match

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 3 13:31:01 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=272113

            Bug ID: 272113
           Summary: Web Inspector: CSS Completion picks property with
                    higher usage count instead of exact match
           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

Created attachment 470751

  --> https://bugs.webkit.org/attachment.cgi?id=470751&action=review

CSS property counts in Web Inspector for "margin"

An exact CSS property match will not be selected in the completions list if there is a completion of the same rank but with a higher usage count.

For example, on my Web Inspector instance, `margin-bottom` has a larger usage count than `margin`.
Typing "margin", both results have the same rank, but I expect `margin` to be the default pick because it is an exact match, despite the lower count.

-- 
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/20240403/a74fc885/attachment.htm>


More information about the webkit-unassigned mailing list