Open
Bug 1903359
Opened 1 year ago
Updated 3 months ago
[Debug Drawer] Set a maximum width of the drawer
Categories
(Firefox for Android :: Tooling, task, P3)
Tracking
()
NEW
People
(Reporter: 007, Assigned: 007)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid][group4])
Attachments
(4 obsolete files)
Currently, the Debug Drawer will expand to almost the entire screen, even on large devices. We should instead give it a maximum width of ~400-600 so the drawer layouts are not stretched, and the rest of the app can be still be viewed.
Updated•1 year ago
|
Assignee: nobody → npoon
Status: NEW → ASSIGNED
| Assignee | ||
Updated•1 year ago
|
Assignee: npoon → nbond
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
| Assignee | ||
Comment 4•1 year ago
|
||
| Assignee | ||
Comment 5•1 year ago
|
||
Per a comment on the Part 1 patch adding the Material 3 dependency:
A proper fix for this must be deferred until one of two things:
- We are ready to migrate ALL of Fenix to Material 3.
- The comment linked above summarizes this best, but, TLDR, our design system is based off of Material 2, and we'd need that migrated to Material 3 before we even consider moving Fenix over to that library.
- We decide to migrate the Debug Drawer from a
DrawerUI element to aBottom SheetUI element.- If we choose to make the Debugging UI a bottom sheet instead, we'll have some more flexibility over its design, since the
BottomSheetComposable is not nearly as rigid as theDrawerComposable.
- If we choose to make the Debugging UI a bottom sheet instead, we'll have some more flexibility over its design, since the
| Assignee | ||
Updated•1 year ago
|
Status: ASSIGNED → NEW
| Assignee | ||
Comment 6•1 year ago
|
||
I am abandoning the patches per comment #5
Updated•1 year ago
|
Attachment #9416341 -
Attachment is obsolete: true
Updated•1 year ago
|
Attachment #9416342 -
Attachment is obsolete: true
Updated•1 year ago
|
Attachment #9416343 -
Attachment is obsolete: true
Updated•1 year ago
|
Attachment #9416344 -
Attachment is obsolete: true
Depends on: material3-support
Updated•3 months ago
|
Blocks: material3-support
No longer depends on: material3-support
You need to log in
before you can comment on or make changes to this bug.
Description
•