Opened 7 weeks ago
Last modified 34 hours ago
#35791 assigned Cleanup/optimization
Icon buttons must be at least 24x24 pixels
Reported by: | Eva Nanyonga | Owned by: | tainarapalmeira |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Normal | Keywords: | Accessibility, WCAG, Djangonauts |
Cc: | Eva Nanyonga, Mariusz Felisiak | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | yes | UI/UX: | yes |
Description
The inline remove button in django admin is too small 16x16 pixels but the recommended size is 24x24 pixels: 2.5.8 Target Size (Minimum)
https://www.w3.org/WAI/WCAG22/quickref/#target-size-minimum
Using the button at the recommended minimum size would be helpful in providing a better user experience and provide useful information for all users.
Attachments (1)
Change History (14)
by , 7 weeks ago
Attachment: | Inlines delete button sizes screenshot with CSS resized.png added |
---|
comment:1 by , 7 weeks ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:3 by , 7 weeks ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Bug → Cleanup/optimization |
Version: | 5.0 → dev |
Thibaud, feel free to accept tickets when you agree with the report.
comment:4 by , 7 weeks ago
Patch needs improvement: | set |
---|---|
Summary: | Inline remove buttons are too small → Icon buttons must be at least 24x24 pixels |
The multiple select box widget also has button icons which are smaller than 16x16
comment:6 by , 2 weeks ago
Cc: | added |
---|
comment:7 by , 2 weeks ago
Cc: | removed |
---|---|
Keywords: | Djangonauts added |
comment:8 by , 10 days ago
Owner: | changed from | to
---|
comment:9 by , 10 days ago
Owner: | changed from | to
---|
comment:10 by , 2 days ago
Owner: | changed from | to
---|
I have submitted the PR .. can anybody review that please
https://github.com/django/django/pull/18696
comment:11 by , 2 days ago
Owner: | changed from | to
---|
Hi Rohan, this was assigned to tainarapalmeira recently (note that I understand Mariusz had reserved this for her).
You should ask folks if they are still working on it before taking over a ticket if they have been active recently (recently means within the past couple of months).
Also, please make sure you review comments from previous pull requests and address them, you have not addressed this comment: https://github.com/django/django/pull/18624#issuecomment-2380660463
Tainara if you're working on this, please feel free to raise a PR 👍
comment:12 by , 2 days ago
Hi Sarah,
sorry i didn't know much about ownership of the ticket , as i am new to the community .
If Tainara isn't looking on the issue , I would love to do it . For the next PR, I will make sure reviewing any comments.
Thanks
comment:13 by , 34 hours ago
Cc: | added |
---|
Confirmed this is an issue. See demo page with inlines for releases. The current 16x16 size is incompatible with 2.5.8 Target Size (Minimum).
Screenshot:
---
We can make this button the target minimum of 24x24 – likely updating the CSS, and possibly the SVG image.