#14868 closed (fixed)
admin: prevent long text from overflowing recent actions box
| Reported by: | Chris Adams | Owned by: | Chris Adams |
|---|---|---|---|
| Component: | contrib.admin | Version: | 1.2 |
| Severity: | Keywords: | css, easy-pickings | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The recent actions text will overflow the container when the recent action contains something which cannot be word-wrapped normally, such as a filename, large number, etc.
The patch at https://github.com/acdha/django/compare/1.2.3...admin-recent-actions-text-overflow avoids this problem by setting the CSS text-overflow property, allowing normal word wrapping but causing the
browser to truncate text with an ellipsis when necessary
Attachments (3)
Change History (10)
by , 15 years ago
| Attachment: | Screen shot 2010-12-08 at 11.19.18 AM.png added |
|---|
by , 15 years ago
| Attachment: | Screen shot 2010-12-08 at 11.33.59 AM.png added |
|---|
Example with the change (IE8)
comment:1 by , 15 years ago
| Keywords: | easy-pickings added; admin removed |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:2 by , 15 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:3 by , 15 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
comment:4 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Example of overflow (IE8)