Open
Bug 557577
Opened 15 years ago
Updated 2 years ago
make DOM inspector and firebug reflect :visited styles better
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
NEW
Tracking | Status | |
---|---|---|
blocking2.0 | --- | - |
People
(Reporter: dbaron, Unassigned)
References
Details
After bug 147777 landed, DOM Inspector only reflects styles (selector matching, computed styles) as though all links are unvisited. We should improve this; there are a bunch of options. Computed styles are relatively straightforward if we want to fix them directly. Selector matching is a little more complicated. I think most of the changes would be in the hooks in layout/inspector (which I think both DOMI and Firebug use), although some might be in the DOMI and Firebug code itself. This needs to be figured out.
Updated•15 years ago
|
blocking2.0: --- → ?
Comment 1•15 years ago
|
||
This is a mass change. Every comment has "assigned-to-new" in it. I didn't look through the bugs, so I'm sorry if I change a bug which shouldn't be changed. But I guess these bugs are just bugs that were once assigned and people forgot to change the Status back when unassigning.
Status: ASSIGNED → NEW
blocking2.0: ? → beta1+
Priority: -- → P2
Comment 2•14 years ago
|
||
Bumping this to beta2 per beta re-triage with dbaron. If this should indeed block beta1, please re-nom.
blocking2.0: beta1+ → beta2+
Assignee: nobody → dbaron
Comment 3•14 years ago
|
||
Moving to betaN, will need to be pulled into one of the beta milestones.
blocking2.0: beta2+ → betaN+
Reporter | ||
Comment 4•14 years ago
|
||
Probably the API for computed style involves two pieces: * what is the relevant link for this node? * what is the computed-style-if-visited for this node?
Status: NEW → ASSIGNED
blocking2.0: betaN+ → -
Comment 5•6 years ago
|
||
Moving to p3 because no activity for at least 1 year(s). See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Reporter | ||
Updated•4 years ago
|
Assignee: dbaron → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•