Closed
Bug 2057434
Opened 1 month ago
Closed 1 month ago
Toolbox splitter aria-value(min|max) are only updated when the toolbox size changes
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(firefox155 fixed)
RESOLVED
FIXED
155 Branch
| Tracking | Status | |
|---|---|---|
| firefox155 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
At the moment, we're only updating the aria-value(min|max) attributes of the splitter when the toolbox itself is resized
But there are different things that can happen that would impact the min/max value of the toolbox (and thus the value of those attributes):
- the browser gets resized (might impact the available width/height)
- the firefox sidebar is resized/toggled (impacts the available width)
- the find in page element is toggled (impacts the available height)
- notifications are added/removed into the page when split view is enabled (impacts the available height)
- RDM is toggled (impacts the available height)
Due to the work on the browserContainer layout in Bug 2049244, we might fix those issues there, but we should write tests for those different cases
| Assignee | ||
Comment 1•1 month ago
|
||
Make sure the attributes are properly updated whenever the available space for
the toolbox changes (e.g. the "Find in page" bar is toggled, notifications are
added in split view, RDM is toggled, Firefox sidebar is enabled, …)
Pushed by nchevobbe@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/87c2c49197ed
https://hg.mozilla.org/integration/autoland/rev/199f91235633
[devtools] Extend test coverage of DevTools toolbox splitter aria-value(min|max) attribute values. r=devtools-reviewers,bomsy.
Comment 3•1 month ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox155:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 155 Branch
Updated•15 days ago
|
QA Whiteboard: [qa-triage-done-c156/b155]
You need to log in
before you can comment on or make changes to this bug.
Description
•