Closed
Bug 1391464
Opened 8 years ago
Closed 7 years ago
Regression caused by bug 1354336: Can’t use the `.panel-section-tabs-button.selected` class
Categories
(WebExtensions :: Frontend, defect, P5)
Tracking
(firefox63 fixed)
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: e7358d9c, Assigned: e7358d9c)
References
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0
Build ID: 20170814072924
Steps to reproduce:
Created an options page with a `<div>` with the `.panel-section-tabs-button.selected` class.
Actual results:
The `<div>` looks like a `<div>` with only the `.panel-section-tabs-button` class.
Expected results:
The `<div>` should look like a `<div>` with the `.panel-section-tabs-button.selected` class.
Additional information:
The reason why this happened has been explained in bug 1354336 comment 43.
Documentation on the `.panel-section-tabs-button.selected` class is available at:
http://design.firefox.com/StyleGuide/#/navigation
Updated•8 years ago
|
Priority: -- → P5
:ntim is fixing this as part of bug 1421652, so I’m setting it as a dependency on this (is that how this should be done?).
Depends on: 1421652
Updated•7 years ago
|
Product: Toolkit → WebExtensions
In the end, I fixed this as part of bug 1371951:
https://hg.mozilla.org/mozilla-central/rev/e57c44d5ec97
Assignee: nobody → e7358d9c
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
See Also: 1421652 →
Target Milestone: --- → mozilla63
status-firefox63:
--- → fixed
Comment 3•7 years ago
|
||
Is manual QA needed on this bug? If yes, please provide a test webextension and some STRs, else add the "qe-verify-" flag.
Flags: needinfo?(e7358d9c)
(In reply to Victor Carciu from comment #3)
> Is manual QA needed on this bug? If yes, please provide a test webextension
> and some STRs, else add the "qe-verify-" flag.
I don’t think it is, as I just reverted an incorrect change to two CSS selectors from bug 1354336.
Flags: needinfo?(e7358d9c) → qe-verify-
OS: Unspecified → All
Hardware: Unspecified → All
You need to log in
before you can comment on or make changes to this bug.
Description
•