[Webkit-unassigned] [Bug 276530] New: Web Inspector: Multiline REPL editor is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 12 00:03:50 PDT 2024


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

            Bug ID: 276530
           Summary: Web Inspector: Multiline REPL editor is broken
           Product: WebKit
           Version: Safari 17
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ebrahim at gnu.org
                CC: inspector-bugzilla-changes at group.apple.com

Created attachment 471875

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

Inspector unable to show the first line

Steps to reproduce:
1. Open the JavaScript REPL of some page and paste the following JavaScript as some sort of code you like to run,

```
console.log(1);
console.log(2);
console.log(3);
console.log(4);
console.log(5);
console.log(6);
```

2. Don't excuse it yet, just try to edit the first line

Actual:
The first line is out of reach for editing, see the attachment

Expected:
To be able to reach to the first line

This is also mentioned here https://front-end.social/@dotproto@toot.cafe/112763589008243005 as an answer to Jen Simmons, seeing the issue I had for sometime reported by someone else, which I remember it used to work and is a regressio motivated me to file a bug here.

-- 
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/20240712/b99a94a4/attachment-0001.htm>


More information about the webkit-unassigned mailing list