Open Bug 1327147 Opened 7 years ago Updated 2 years ago

Opened animations collapse if animations sidebar is updated

Categories

(DevTools :: Inspector: Animations, defect, P2)

defect

Tracking

(Not tracked)

People

(Reporter: arni2033, Unassigned)

Details

>>>   My Info:   Win7_64, Nightly 49, 32bit, ID 20160526082509
STR_1:
1. Open url [1]
2. Open devtools -> inspector -> animations
3. Hover mouse over the 1st input on the page, then move mouse away from <input>s
4. Click on animation displayed in timeline (in animations inspector) to see transition property
5. Hover mouse over the 3rd input on the page

AR:  Opened animation collapses
ER:  Opened animation should stay opened

> [1] data:text/html,<input id="1"><input id="2"><input id="3"><style>input{transition:background-color 0.5s ease} input:hover{background:gray}
No longer blocks: 1277113
Component: Untriaged → Developer Tools: Animation Inspector
This happens because the whole panel is refreshed on animation mutation events, but there's no state kept that could be used to keep the first animation expanded.
Priority: -- → P2
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.