#20821 closed Bug (fixed)
Permission names can be longer than the select box they are in
Reported by: | Owned by: | Rudy Mutter | |
---|---|---|---|
Component: | contrib.admin | Version: | 1.5 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In the edit group / user pages, permission names are often larger than the select box they are placed in, which results in you being unable to see what permissions you are adding without some form of ugly workaround such as making the box larger with chromes inspect element. I've attached a screenshot demonstrating this issue.
Some possible ideas to fix this...
1) Make the select box resizeable
2) Make the select box larger
3) Make the select box have a horizontal scroll bar if required
4) Display the full permission name in a tool tip on mouse over
Attachments (1)
Change History (7)
by , 11 years ago
Attachment: | 2013-07-29-155137_724x437_scrot.png added |
---|
comment:1 by , 11 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 11 years ago
I think I already made the selection box larger (likely in 1.6). Can you check how it looks like in the master branch?
comment:4 by , 11 years ago
It is now bigger in master than in the screenshot attached to this ticket. People using this widget in the admin still could have select options that overflow outside the box. I've got a pull request that adds tooltips to the options using the built in 'title' attribute on HTML option elements here: https://github.com/rmutter/django/commit/c438cc2a3653644ea42987f7e65f6f638ca85f6c.
comment:5 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
screenshot demonstrating permissions overflowing beyond the end of the select box