[Webkit-unassigned] [Bug 274662] New: Web Inspector: Console's object tree view sometimes doesn't show ellipses for cut-off texts
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 24 10:38:06 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=274662
Bug ID: 274662
Summary: Web Inspector: Console's object tree view sometimes
doesn't show ellipses for cut-off texts
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 471502
--> https://bugs.webkit.org/attachment.cgi?id=471502&action=review
Video demo: ellipses sometimes do not show up
1. Open inspector's console
2. Run code:
window
3. Expand the logged `window` object. Resize the window to make it wider/narrower
- Observe that there are ellipses that show up on the right of texts if window becomes too narrow, which is expected and correct
4. Run code:
[window]
5. Expand the logged object and resize the window again
- Observe that there are no ellipses showing up on the right of cut-off texts this time, which is unexpected
See attached video demo.
- You may notice a different bug going on which is that sometimes the logged object's name along with the expansion triangle icons disappear. This is a different bug filed at https://bugs.webkit.org/show_bug.cgi?id=274630
--
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/20240524/fa78925c/attachment.htm>
More information about the webkit-unassigned
mailing list