Display the whole message under the extension name in the unified extensions panel
Categories
(WebExtensions :: General, enhancement, P2)
Tracking
(Not tracked)
People
(Reporter: willdurand, Unassigned)
References
Details
We should show the entire message for an extension in the unified extensions panel, instead of truncating the content and appending ellipsis. It's a bit tricky because we need overflow: hidden on the .unified-extensions-item-action rule (because that fixes the issue with the scrollbar and the add-on name that should be truncated if too long), but also we don't want overflow: hidden to allow the message to be displayed correctly :/ Defining overflow-x and overflow-y separately didn't work.
Note that in most cases, the UI bug will happen on Windows and only when there is a scrollbar (which is quite large on Windows compared to MacOS/Linux).
Updated•3 years ago
|
| Reporter | ||
Comment 1•3 years ago
|
||
See also Itiel's comment when we have a long message replaced by the temporary "Manage extension" message: https://phabricator.services.mozilla.com/D155055#5085124
| Reporter | ||
Comment 2•3 years ago
|
||
This does not appear to be a problem anymore.
Updated•3 years ago
|
| Reporter | ||
Updated•3 years ago
|
Description
•