Closed
Bug 333320
Opened 19 years ago
Closed 17 years ago
Applying opacity to a tab changes order of tabs
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ancestor.ak, Assigned: roc)
Details
(Keywords: testcase)
Attachments
(1 file)
577 bytes,
application/vnd.mozilla.xul+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060408 Firefox/3.0a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060408 Firefox/3.0a1
When opacity is applied to a tab, it swaps places with the tab to its right. This only happens when changing the opacity from 1.0 to a smaller value and vice versa. It does not happen when changing between two fractional values.
See attached testcase.
Reproducible: Always
Reporter | ||
Comment 1•19 years ago
|
||
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 2•19 years ago
|
||
Should've mentioned that it is a problem with all elements inside <tabs/>, not only with tabs.
Comment 3•19 years ago
|
||
Appears to switch position with the tab to the left of it. Also manually changing the opacity back to 1 or removing the setting for it does not change the tab back to the correct position.
Comment 4•19 years ago
|
||
Also, the DOM is correct and this is not a recent regression, the same thing happens in 1.5.
Reporter | ||
Comment 5•19 years ago
|
||
(In reply to comment #3)
> Appears to switch position with the tab to the left of it.
Of course, sorry.
Reporter | ||
Comment 6•17 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2007121705 Minefield/3.0b3pre
The testcase works now.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•