Closed Bug 1786017 Opened 3 years ago Closed 3 years ago

Display the whole message under the extension name in the unified extensions panel

Categories

(WebExtensions :: General, enhancement, P2)

enhancement

Tracking

(Not tracked)

RESOLVED INVALID

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).

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

This does not appear to be a problem anymore.

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
Whiteboard: [addons-jira]
You need to log in before you can comment on or make changes to this bug.