Switch select in selectAudioOutput() prompt to multi-line
Categories
(Firefox :: Site Permissions, enhancement, P2)
Tracking
()
People
(Reporter: karlt, Assigned: karlt)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
Attachments
(4 files)
As suggested in bug 1712892 comment 3.
Perhaps this could stay single line if there is a matching deviceId
passed to selectAudioOutput()
(and the permission has been revoked).
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
With a dark theme, the selected item in the richlistbox is identified by subtle background color changes, but bug 1809745 will make the selected speaker stand out.
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
This will permit sharing code for a RichListBox.appendItem() call in a
subsequent patch.
Depends on D182316
Assignee | ||
Comment 4•2 years ago
|
||
Setting the selectedItem of a richlistbox to null is a no-op and leaves
previous state remaining, so the selectedIndex is explicitly set instead of
depending on connectedCallback() to do so.
Depends on D182317
Assignee | ||
Comment 5•2 years ago
|
||
Comment 7•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b1b5300ef409
https://hg.mozilla.org/mozilla-central/rev/b1640784291e
https://hg.mozilla.org/mozilla-central/rev/f877f5be86e7
Updated•2 years ago
|
Description
•