[Webkit-unassigned] [Bug 21760] New: Inspector autocompletion auto-completes incorrectly in some cases

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 20 15:44:48 PDT 2008


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

           Summary: Inspector autocompletion auto-completes incorrectly in
                    some cases
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: HasReduction, NeedsRadar
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: oliver at apple.com
                CC: timothy at hatcher.name, aroben at apple.com


Autocomplete in the inspector will suggest things that represent incorrect
syntax, eg.
foo[0] = "bar"; foo.-> autocompletes to foo.0
foo["\u03bb"] = "lamda"; foo.-> autocompletes to foo.λ
foo["bar+4"] = "math"; foo.-> autocompletes to foo.bar+4 which does not have
the desired effect.


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



More information about the webkit-unassigned mailing list