Closed
Bug 346777
Opened 19 years ago
Closed 19 years ago
[mac trunk only] "all tabs" button does not animate (or flash) when you open a link in the backgroud in the overflow area
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 361826
People
(Reporter: moco, Assigned: moco)
References
Details
[mac trunk only] "all tabs" button does not animate (or flash) when you open a link in the backgroud in the overflow area
this is due to bugs #346738 (aka #325296)
in mozilla/toolkit/themes/pinstripe/global/browser.css, you'll find:
.tabs-alltabs-box {
/* XXXsspitzer
* disabling the background-color because on mac trunk
* due to the opacity bug #346738 (aka #325296)
*
* background-color: orange;
*/
opacity: 0.0;
}
once the opacity bug is fixed, we can remove this comment and the animation will work on the mac.
note, this works on mac branch and windows (trunk and branch.)
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 361826 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•