Closed
Bug 843104
Opened 12 years ago
Closed 12 years ago
Variables view: edit input for property value is far too small
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: msucan, Assigned: vporof)
References
Details
Since bug 830324 landed when the user starts editing a property value the input is given the width of the value. That means with a value like "1" the input is very small.
Try inspecting an object like {foo:1, bar:2} then click on "1" or "2", and try to write something longer. You will notice that the input is far too small. We need a minimum width.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → vporof
Status: NEW → ASSIGNED
Priority: -- → P3
Assignee | ||
Comment 1•12 years ago
|
||
Not anymore it's not. Fixed by bug 812083 and the addition of a widgets.css which flexes ALL the things!
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•