Closed
Bug 1418064
Opened 8 years ago
Closed 5 years ago
show full category name in about:addons sidebar
Categories
(Toolkit :: Add-ons Manager, defect, P5)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: Oriol, Assigned: mstriemer)
References
Details
Attachments
(2 files)
1. Install an old version of some add-on, e.g. https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions/1.14.16
2. Go to about:addons and disable updates for that add-on
3. Click "Check for Updates".
Result: a new entry is added in the sidebar: "Available Updat... [1]"
Expected: the sidebar should be wider so that all text fits.
From bug 1400379 comment 6,
> It might be nice to make the sidebar a bit wider
Currently #categories has width:240px, and width:242px would be enough for English. But maybe a bit more for locales with longer words.
Updated•8 years ago
|
Flags: needinfo?(mjaritz)
Comment 1•8 years ago
|
||
Anything we do here, would most likely only help English. Unless we make it much wider, or have lines wrap instead of truncate.
I am reluctant to just change the sidebar width, just for a optical fix for English, as the sidebar is the same with for all pages. So this would also affect preferences.
For a small optical fix for English, we could set margin-right: -4px; on .category-badge. But for that I would like to know where else badge is used.
Flags: needinfo?(mjaritz)
Updated•8 years ago
|
Severity: normal → enhancement
Priority: -- → P5
| Reporter | ||
Comment 2•8 years ago
|
||
What if 240px was just a default width, but allow the sidebar to grow wider if necessary?
Comment 3•8 years ago
|
||
(In reply to Oriol Brufau [:Oriol] from comment #2)
> What if 240px was just a default width, but allow the sidebar to grow wider
> if necessary?
That will lead to uncontrollable width for other locals.
| Reporter | ||
Comment 4•8 years ago
|
||
Yes. But this is how it behaved before Firefox 57, so it can't be that bad.
Comment 5•8 years ago
|
||
I noticed that the add-ons manager deviates from the regular sidebar-behavior by truncating items, if they do not fit in 1 line, where the standard behavior should be breaking the text in 2 lines. (as seen in preferences)
Fixing this would solve your stated problem.
| Assignee | ||
Comment 6•8 years ago
|
||
(In reply to Markus Jaritz [:designakt] (UX) from comment #5)
> I noticed that the add-ons manager deviates from the regular
> sidebar-behavior by truncating items, if they do not fit in 1 line, where
> the standard behavior should be breaking the text in 2 lines. (as seen in
> preferences)
> Fixing this would solve your stated problem.
This was the original fix that was implemented in bug 1393099. Unfortunately it didn't work correctly. There is no badge in the other sections with this sidebar and it doesn't interact well with the badge. In some locales it made the text move to the top and the wrapping was over-aggressive.
The text was updated to truncate instead of scrolling horizontally (which was the default behaviour after other 57 updates) since hovering the item will show the tool tip text.
Comment 7•8 years ago
|
||
(In reply to Mark Striemer [:mstriemer] from comment #6)
> There is no badge in the other sections with this sidebar and it doesn't interact well with the badge. In some locales it made the text move to the top and the wrapping was over-aggressive.
>
> The text was updated to truncate instead of scrolling horizontally (which was the default behaviour after other 57 updates) since hovering the item will show the tool tip text.
Mark, can you please fix the badge behavior to be able to wrap text and have text be consistently displayed across in-content pages. The current solution is bad news for locals with text much longer than English, like German, Italian or Greek. And relying on a tool-tip for people to be able to read a full category name is very bad user experience.
(See attachment for how the sidebar looks like in those languages.)
Updated•8 years ago
|
Summary: Increase about:addons sidebar width → show full category name in about:addons sidebar
Updated•8 years ago
|
Severity: enhancement → normal
Priority: P5 → --
| Assignee | ||
Comment 8•8 years ago
|
||
This was looking like a fairly large undertaking before, but maybe I can come up with something better on a second look. Adding it to my backlog.
Assignee: nobody → mstriemer
Updated•8 years ago
|
Priority: -- → P5
Comment 9•5 years ago
|
||
new sidebar handles this
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•