Closed
Bug 1841268
Opened 2 years ago
Closed 2 years ago
Variable tooltip text wraps although there's plenty of space
Categories
(DevTools :: Inspector: Rules, defect)
DevTools
Inspector: Rules
Tracking
(firefox117 verified, firefox118 verified)
VERIFIED
FIXED
117 Branch
People
(Reporter: nchevobbe, Assigned: nchevobbe)
Details
Attachments
(2 files)
Steps to reproduce
- Navigate to
data:text/html,<meta charset=utf8><style>h1 { --x: gold; color: var(--x); }</style><h1>Hello</h1> - Inspect the "Hello"
<h1> - Hover the
var(--x)
Actual results
The tooltip text wraps (see screenshot), but it should be able to fit on a single line.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/87400fa382ae
[devtools] Prevent variable tooltip to wrap too soon. r=devtools-reviewers,bomsy.
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
Updated•2 years ago
|
Flags: qe-verify+
Reproducible on a 2023-07-02 Nightly build on macOS 12.
Verified as fixed on Firefox 117.0b3(build ID: 20230803180221) and Nightly 118.0a1(build ID: 20230803214045) on macOS 12, Windows 10, Ubuntu 22.
You need to log in
before you can comment on or make changes to this bug.
Description
•