[meta] Add a way to simulate the dynamic toolbar in Responsive Design Mode
Categories
(DevTools :: Responsive Design Mode, enhancement, P3)
Tracking
(firefox140 affected)
| Tracking | Status | |
|---|---|---|
| firefox140 | --- | affected |
People
(Reporter: botond, Unassigned)
References
(Depends on 8 open bugs, Blocks 2 open bugs)
Details
(Keywords: meta)
Attachments
(2 files, 3 obsolete files)
Similar to bug 1950771, and originally suggested by Emilio in Dublin but I don't think we've filed a bug for it so far: it would be great if Responsive Design Mode had a way of simulating Firefox for Android's "dynamic toolbar" (the address bar that animates offscreen in response to scrolling if the "Scroll to hide toolbar" setting is enabled).
We get a lot of APZ and Layout bugs that are specific to viewport sizing in the presence of the dynamic toolbar (i.e. issues related to whether various viewport-related quantities such as the layout viewport, visual viewport, initial containing block, containing block for fixed descendants, etc. include or exclude the dynamic toolbar height). Being able to reproduce and investigate such bugs in a desktop build using RDM would be a significant productivity improvement for us.
| Reporter | ||
Comment 1•1 year ago
|
||
As with bug 1950771, for our purposes we wouldn't need RDM's dynamic toolbar to be a functional toolbar (e.g. to have a URL input field), we're just after its effects on viewport sizing.
Updated•1 year ago
|
Updated•1 year ago
|
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Updated•1 year ago
|
Comment 3•1 year ago
|
||
Comment 4•1 year ago
|
||
Comment 5•1 year ago
|
||
This makes formerly Android-exclusive DynamicToolbarOffsetChanged and DyamicToolbarMaxHeightChanged methods
available for desktop platforms.
Also adds forwards of DynamicToolbarOffsetChanged to compositor and nsBaseWidget.
Comment 6•1 year ago
|
||
Comment 8•1 year ago
|
||
| bugherder | ||
Updated•1 year ago
|
Updated•1 year ago
|
Comment 10•1 year ago
|
||
| bugherder | ||
Comment 11•1 year ago
|
||
Converting this into a [meta] bug.
Comment 12•1 year ago
|
||
Comment on attachment 9486586 [details]
Bug 1953029 - Dynamic toolbar in RDM reacts to events from touch simulator r=mstange,#devtools-reviewers
Revision D248611 was moved to bug 1970616. Setting attachment 9486586 [details] to obsolete.
Comment 13•1 year ago
|
||
Comment on attachment 9486593 [details]
Bug 1953029 - Make calls to DynamicToolbarOffsetChanged and DynamicToolbarMaxHeightChanged available for desktop platforms r=botond,mstange
Revision D248616 was moved to bug 1970617. Setting attachment 9486593 [details] to obsolete.
Comment 14•1 year ago
|
||
Comment on attachment 9486597 [details]
Bug 1953029 - Add SetVerticalClipping and SetDynamicToolbarMaxHeight methods to InspectorUtils r=mstange,botond
Revision D248619 was moved to bug 1970618. Setting attachment 9486597 [details] to obsolete.
Updated•6 months ago
|
Description
•