Closed
Bug 749919
Opened 14 years ago
Closed 12 years ago
Multiple transitions conflicting
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ygoe, Unassigned)
Details
Attachments
(1 file)
|
502 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:12.0) Gecko/20100101 Firefox/12.0
Build ID: 20120420145725
Steps to reproduce:
Create an HTML element and apply different CSS transitions on it. One for :hover and one for :focus. See attached testcase.
Actual results:
When clicking the input element while it is still transitioning to its target opacity, it flickers to the :focus target width for a short moment, then performs the intended transition from narrow to wide normally.
Expected results:
The width of the element should not flicker anywhere. Tested in Google Chrome, works there.
| Reporter | ||
Updated•14 years ago
|
Attachment #619260 -
Attachment mime type: text/plain → text/html
| Reporter | ||
Comment 1•14 years ago
|
||
You may have to try it a few times to see it. Transitions usually run very jerky in Firefox here.
Thank you for the report. It seems that it has been already fixed.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•