[Webkit-unassigned] [Bug 38753] New: Web Inspector: Autocompletion in console is not usable because it is not add to the entered text the common prefix of suggestions.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 7 08:28:15 PDT 2010


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

           Summary: Web Inspector: Autocompletion in console is not usable
                    because it is not add to the entered text the common
                    prefix of suggestions.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: loislo at chromium.org
                CC: timothy at hatcher.name, pfeldman at chromium.org,
                    yurys at chromium.org


As example if you entered $0.getE then getElementByClassName will be suggested
as gray text.
If you press tab then getElementByClassName be suggested again and
lementByClassName becomes selected as black text with selection background.
Really after pressing the TAB the next suggestion should be selected
(getElementByTagName) and only flexible part of suggestions should be selected.
In this case it should be TagName because getElementBy is the common part for
all getE prefix suggestions.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list