Closed
Bug 978033
Opened 11 years ago
Closed 10 years ago
Using custom tab widths breaks bug #465086
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: Virtual, Unassigned)
References
()
Details
(Keywords: nightly-community, reproducible)
Using this code
.tabbrowser-tab:not([pinned])[fadein]{ min-width: 54px !important; }
or
.tabbrowser-tab:not([pinned]) {
max-width: 250px !important;
min-width: 54px !important;
}
.tabbrowser-tab:not([pinned]):not([fadein]) {
max-width: 0.1px !important;
min-width: 0.1px !important;
}
in custom userChrome.css breaks bug #465086 as tabs resize when I closing a tab with the mouse instead of maintaining the same size until the mouse exits the tab bar area.
What's more the same thing happens when you add this code in add-on.
This looks like a dup of bug 649624
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Comment 2•11 years ago
|
||
It's not a duplicate as I'm talking also about custom userChrome.css, not only an add-on, so using both features breaks another.
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Comment 3•11 years ago
|
||
Any ideas guys?
Flags: needinfo?(fryn)
Flags: needinfo?(dao)
Updated•11 years ago
|
Flags: needinfo?(fryn)
Comment 4•10 years ago
|
||
The Custom Tab Width add-on (<https://addons.mozilla.org/en-US/firefox/addon/custom-tab-width/>) doesn't seem to have this problem, so I'm guessing your code is wrong.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(dao)
Resolution: --- → WORKSFORME
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Comment 5•10 years ago
|
||
Yes, looks like it was the case, as I can't reproduce it anymore also with Classic Theme Restorer. Thank you very much for looking and reply.
Status: RESOLVED → VERIFIED
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•8 years ago
|
Keywords: nightly-community
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•8 years ago
|
QA Contact: Virtual
You need to log in
before you can comment on or make changes to this bug.
Description
•