[Webkit-unassigned] [Bug 271265] New: Web Inspector: Console code completion doesn't suggest variables unless inspector is re-opened

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 19 13:31:22 PDT 2024


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

            Bug ID: 271265
           Summary: Web Inspector: Console code completion doesn't suggest
                    variables unless inspector is re-opened
           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: qianlangchen at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

Created attachment 470437

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

Demo: suggestion of myVariable does not show up before re-open

1. On fresh launch of Safari, open inspector's console
2. Run myVariable = 3
3. Type my
   => No suggestions show up
4. Close and re-open the inspector. Go to console
5. Type my
   => Suggestion "myVariable" now shows up

Expected behavior: myVariable should show up as a suggestion after step 3.

See attached video demo.

-- 
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/20240319/4dbd141d/attachment.htm>


More information about the webkit-unassigned mailing list