Closed
Bug 1062865
Opened 11 years ago
Closed 11 years ago
Scrolled table cells are visible below the sorted table header in the storage inspector
Categories
(DevTools :: Storage Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1049020
People
(Reporter: pbro, Unassigned)
Details
Attachments
(1 file)
60.46 KB,
image/png
|
Details |
STR:
- Visit mozilla.org
- Open the devtools
- Switch to the storage inspector tab
- Expand the "Cookies" category in the sidebar and click on the "www.mozilla.org" domain
- Make sure the devtools toolbox is small enough so that there is a scrollbar in the table that lists all the cookies
- Click on one of the table headers so that it has a darker grey background
- Now scroll through the list of cookies
==> The darker grey background seems to be semi-transparent and so scrolled cells are visible below it.
Comment 1•11 years ago
|
||
This is because the header design makes the background transparent when it is selected and relies on background color to produce the selected effect. Should get fixed once we move to the newer header design, bug 1049020
(I simply copies the design of existing table instance in netmonitor :) )
Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•