Open
Bug 1389201
Opened 8 years ago
Updated 3 years ago
Transition effect lingering after transition class removed
Categories
(Core :: Layout, defect, P3)
Tracking
()
UNCONFIRMED
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | wontfix |
People
(Reporter: yaodingyd, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36
Steps to reproduce:
Reduced test case: https://jsfiddle.net/7aftqaka/
Click on 'Add transition', and transition behaves differently with expected results:
Actual results:
In Firefox, transition persists as the original class still has effect.
Expected results:
Transition should stop once class which has transition duration gets removed.
In Chrome and Safari, transition stops immediately.
Updated•8 years ago
|
Component: Untriaged → Layout
Product: Firefox → Core
Updated•8 years ago
|
Priority: -- → P3
Updated•8 years ago
|
status-firefox57:
--- → wontfix
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•