Closed
Bug 985374
Opened 11 years ago
Closed 11 years ago
in MAC version of firefox, the CSS classes applied to the element not simultaneously
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: northbrid, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:28.0) Gecko/20100101 Firefox/28.0 (Beta/Release)
Build ID: 20140314220517
Steps to reproduce:
1.) I have created a CSS class what animates the top position changing of an element
2.) I have created another class, what hides the element using negative top values.
3.) I have created a javascript what inserts an element to the DOM with both classes.
Actual results:
First, the element becomes visible, and then immediately goes away animated
Expected results:
In the Linux version, the element does not become visible at all.
I think it is the expected result, because the resulting style (the combined effect of the two classes) defines the negative top value.
It seems the MAC version of Firefox applies these classes not simultaneously. (applies them in order instead of applying the resulting style one time)
| Reporter | ||
Updated•11 years ago
|
OS: Linux → Mac OS X
Hardware: x86 → x86_64
Comment 1•11 years ago
|
||
Can you provide your testcase?
Flags: needinfo?(northbrid)
Keywords: testcase-wanted
Updated•11 years ago
|
Component: Untriaged → DOM: CSS Object Model
Product: Firefox → Core
Updated•11 years ago
|
Component: DOM: CSS Object Model → Layout
Comment 2•11 years ago
|
||
I don't think there's a whole lot we can do here without a testcase / more details.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Flags: needinfo?(northbrid)
Resolution: --- → INCOMPLETE
Updated•10 years ago
|
Keywords: testcase-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•