Closed
Bug 1500363
Opened 6 years ago
Closed 6 years ago
In the minimap, the arrow head of grow/shrink can be covered by the lock item
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mbalfanz, Assigned: mtigley)
References
Details
Attachments
(2 files, 1 obsolete file)
In situations where flex grow and max-width are applied to a flex-item, the arrow head in the minimap is covered by the lock symbol.
Test case for flex-grow: data:text/html,<div style="display:flex;width:100px;"><div style="flex-grow:1;max-width:100%;background:green;height:50px;"></div></div>
Test case for flex-shrink: data:text/html,<div style="display:flex;width:100px;"><div style="flex-shrink:1;max-width:100px;background:green;height:50px;">abcdefghijklmnop</div></div>
Reporter | ||
Comment 1•6 years ago
|
||
Though not as pronounced as for flex-grow, the arrow head is still a bit covered for flex-shrink.
Updated•6 years ago
|
Priority: -- → P3
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → mtigley
Assignee | ||
Updated•6 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Attachment #9019452 -
Attachment is obsolete: true
Assignee | ||
Comment 3•6 years ago
|
||
Marking as RESOLVED since the issue doesn't occur anymore with the latest changes.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•