Missing bottom border on netmonitor table's header
Categories
(DevTools :: Netmonitor, enhancement, P2)
Tracking
(firefox67 fixed)
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: ochameau, Assigned: Honza)
References
Details
Attachments
(1 file, 1 obsolete file)
Because border
doesn't work for <thead> and <tr>, we are missing the bottom border on the <thead> element of the netmonitor.
This bottom border comes from .devtools-toolbar rule.
I think that, unfortunately, we need dedicated CSS in order to address that.
We have to apply a bottom border to all the <td> elements.
Reporter | ||
Comment 1•6 years ago
|
||
Because <thead> and <tr> don't support border
, we have to apply the style
to <td>.
Assignee | ||
Comment 2•6 years ago
|
||
Alex, just to note that I left a comment in phabricator.
https://phabricator.services.mozilla.com/D21556
Honza
Assignee | ||
Comment 3•6 years ago
|
||
Taking this bug as discussed with Alex.
Honza
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Comment 6•6 years ago
|
||
Backed out changeset c0c0b342f39e (bug 1531400) for DevTools failures in devtools/client/netmonitor/test/browser_net_autoscroll.js
Log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=233837912&repo=autoland&lineNumber=2481
Push with failures:
https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&classifiedState=unclassified&revision=c0c0b342f39e4edd365fd46e4961769f006e2493
Backout:
https://hg.mozilla.org/integration/autoland/rev/416032a984592cd291a7fc4a18253f929ef861ed
Comment 8•6 years ago
|
||
bugherder |
Assignee | ||
Updated•6 years ago
|
Description
•