Can't resize the devtools toolbox when it's docked to the right
Categories
(DevTools :: Framework, defect)
Tracking
(firefox-esr91 unaffected, firefox-esr102 unaffected, firefox104 unaffected, firefox105 unaffected, firefox106 verified)
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox-esr102 | --- | unaffected |
firefox104 | --- | unaffected |
firefox105 | --- | unaffected |
firefox106 | --- | verified |
People
(Reporter: julienw, Assigned: jdescottes)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
STR:
- Open the devtools toolbox.
- Make sure it's docked to the right.
- Try to resize it.
=> KO
Broken in Nightly v106 20220914040922
Working in Nightly v106 20220908092810
I'll run mozregression to pinpoint the problem.
Reporter | ||
Comment 1•2 years ago
|
||
mozregression gives this pushlog: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=d7a22e2e4f136ab8bcc2847cfcdc3731f5b4b0d0&tochange=3c1db9604720cc9b32b86ffb0ba682a29987c457
Which seems to point to Bug 1790299, which makes sense.
Emilio, what do you think?
I see you pushed an update to bug 1790299, is that to fix this issue?
Reporter | ||
Comment 2•2 years ago
|
||
or rather the patch in bug 1790712
Updated•2 years ago
|
Assignee | ||
Comment 4•2 years ago
|
||
Thanks for filing and sorry for missing that in the review.
It feels like Bug 1790712 is a workaround, to keep using the attribute for now.
I think we should update the implementation side-docked toolboxes to use the style.width, in the same way as the bottom toolbox.
And add a test.
Assignee | ||
Comment 5•2 years ago
|
||
I would like to reopen to fix the DevTools toolbox code for side docked toolboxes and add tests.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 6•2 years ago
|
||
Adding a test explicitly resizing the toolbox by manipulating the splitter in both horizontal and vertical configurations
Updated•2 years ago
|
Comment 7•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::Framework' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 9•2 years ago
|
||
bugherder |
Updated•2 years ago
|
Updated•2 years ago
|
Comment 10•2 years ago
|
||
I've reproduced this issue on an affected nightly build from 2022-09-13, on Win 10.
Verified as fixed on Firefox 106.0 (20221010110315) on Win 10, Ubuntu 21.04 and mac0S 10.15.
Description
•