Allow Action Log context chips to wrap or scroll within available space
Categories
(Core :: Machine Learning: Frontend, defect)
Tracking
()
People
(Reporter: jlevinsohn, Assigned: flozia, NeedInfo)
References
(Blocks 1 open bug)
Details
(Whiteboard: [aiasst])
Attachments
(3 files, 2 obsolete files)
Prevent Action Log context chips from overflowing the available content area.
-
Context chips remain within the bounds of the Action Log container
-
When the number of chips exceeds the available width, the layout handles the overflow gracefully
-
Users can access all context chips through an appropriate overflow behavior (e.g. wrapping or horizontal scrolling)
-
Action Log layout remains readable regardless of the number of context chips
-
Existing Action Log behavior remains unchanged for shorter lists
-
No regressions to Action Log spacing, expansion/collapse behavior, or responsiveness
Notes
- This applies to all Action Log entries that render context chips, not just tab-related actions
- Current implementation allows chips to overflow beyond the visible Action Log area when many results are returned
Updated•1 month ago
|
Comment 1•1 month ago
|
||
The severity field is not set for this bug.
:Mardak, could you have a look please?
For more information, please visit BugBot documentation.
| Assignee | ||
Comment 2•1 month ago
|
||
Rows are width-aware by default. They measure themselves and show the items
that fit. Overflowing items are shown behind a "+n more" button. Setting a
fixed item count overrides the width-aware behavior.
| Assignee | ||
Comment 3•1 month ago
|
||
Updated•1 month ago
|
Updated•1 month ago
|
Comment 5•28 days ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/ada2b06a56a9
https://hg.mozilla.org/mozilla-central/rev/e3892eba77cd
| Assignee | ||
Comment 6•23 days ago
|
||
Rows are width-aware by default. They measure themselves and show the items
that fit. Overflowing items are shown behind a "+n more" button. Setting a
fixed item count overrides the width-aware behavior.
Original Revision: https://phabricator.services.mozilla.com/D314738
Updated•23 days ago
|
| Assignee | ||
Comment 7•23 days ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D314739
Updated•23 days ago
|
Updated•23 days ago
|
Updated•23 days ago
|
Updated•23 days ago
|
Comment 10•22 days ago
|
||
Backing out of beta for causing mochitest failures along with bug 2057237
Updated•22 days ago
|
Updated•22 days ago
|
Updated•22 days ago
|
Updated•21 days ago
|
Updated•21 days ago
|
Updated•21 days ago
|
Updated•21 days ago
|
Updated•17 days ago
|
Comment 11•14 days ago
|
||
Verified as fixed in our latest Beta 155.0b3
Updated•14 days ago
|
Updated•13 days ago
|
Updated•13 days ago
|
Updated•8 days ago
|
Comment 12•8 days ago
|
||
Updating the main status flag.
Description
•