Closed
Bug 1093390
Opened 10 years ago
Closed 6 years ago
Show a tooltip with the full name of truncated properties in the variables view
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: MattN, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [polish-backlog])
Attachments
(1 file)
52.63 KB,
image/png
|
Details |
Currently the tooltip will say "Click to change value" when I hover over a truncated variable value which isn't very useful. I have to copy the value to another program to see the whole value at once.
We may still want a cap on the tooltip text so a crazy long string doesn't fill the whole screen but perhaps our tooltip code is already smart enough to do that automatically.
I personally don't think "Click to change value" is ever useful since the cursor already changes to a caret icon on hover.
Updated•10 years ago
|
Blocks: dbg-frontend
Summary: Variables View: When there is a property truncated with an ellipsis, show a longer value in the tooltip → Show a tooltip with the full name of truncated properties in the variables view
Updated•10 years ago
|
Whiteboard: [polish-backlog]
Updated•10 years ago
|
Priority: -- → P2
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•