Closed
Bug 1609348
Opened 6 years ago
Closed 6 years ago
Resizing of SplitBox for summary pane and detail pane does not work
Categories
(DevTools :: Inspector: Animations, defect, P2)
DevTools
Inspector: Animations
Tracking
(firefox73 fixed, firefox74 fixed)
RESOLVED
FIXED
Firefox 74
People
(Reporter: daisuke, Assigned: daisuke)
Details
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
What were you doing?
- Open the animation inspector
- Open https://interactive-examples.mdn.mozilla.net/pages/css/animation.html
- Click on an animation graph on the animation inspector
- Drag the title bar of the animation detail pane to resize
What happened?
Nothing happens.
What should have happened?
The height of both panes will be changed.
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by dakatsuka.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/654358ea07c5
Set minSize to SplitBox. r=miker
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 74
Assignee | ||
Comment 4•6 years ago
|
||
Comment on attachment 9120977 [details]
Bug 1609348: Set minSize to SplitBox. r?miker!
Beta/Release Uplift Approval Request
- User impact if declined: The user can't change the height of the summary and the detail pane of the animation inspector.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This change is only one line and affects the animation inspector only.
- String changes made/needed:
Attachment #9120977 -
Flags: approval-mozilla-beta?
Comment 5•6 years ago
|
||
Comment on attachment 9120977 [details]
Bug 1609348: Set minSize to SplitBox. r?miker!
Minor Animation Inspector fix. Approved for 73.0b9.
Attachment #9120977 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 6•6 years ago
|
||
bugherder uplift |
status-firefox73:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•