[Feature Callout] Styling configurations to better support multiple MultiSelect tiles
Categories
(Firefox :: Messaging System, task, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox142 | --- | verified |
People
(Reporter: mjung, Assigned: mjung)
References
(Blocks 1 open bug)
Details
(Whiteboard: [omc])
Attachments
(3 files)
We've added the ability to support multiple MultiSelect tiles within the same screen in 1952335. We'd like to leverage this in Feature Callout but we'll need to update the styling/ add some additional configuration. See attached mock up design and the current off-train solution.
Comment 2•11 months ago
|
||
As part of this work, or in a follow-up bug, we may want to unify the methods we have for handling "tile" styles across arrays of tiles and single tiles (while maintaining backwards compatibility).
We use tile.style here in ContentTiles.jsx and tiles.style here in Multiselect.jsx (only works with single tile definitions of content.tiles).
Updated•10 months ago
|
Updated•10 months ago
|
Updated•9 months ago
|
Updated•9 months ago
|
Updated•9 months ago
|
Comment 6•9 months ago
|
||
Backed out for causing xpcshell failures on test_PanelTestProvider.js and node failure
Sorry about that, looks like I forgot to update the test_PanelTestProvider.js message count after adding the new one.
Comment 11•9 months ago
|
||
Comment 12•9 months ago
|
||
| bugherder | ||
Comment 13•9 months ago
|
||
I have verified this issue using the latest Firefox Nightly 142.0a1 (Build ID: 20250720210720) build on Windows 10 x64, macOS 15.5, and Ubuntu 24.04.1.
- After following the steps outlined in the test plan, I confirm that the content on the “TEST_MULTI_TILES_SURVEY” message is left-aligned and visually more refined compared to the “Current state within feature callout” image attached.
- The message contains the following elements:
- A fox icon and a bold “Test title” positioned at the top of the message.
- A dismiss “x” button displayed in the upper-right corner.
- A bold description text “Answer two questions!” placed below the title.
- “Question 1” in bold, followed by 4 checkboxes.
- “Question 2” in bold, followed by 2 checkboxes.
- A blue “Submit” button that is active even when no checkboxes are selected.
Description
•