Opened 2 years ago

Closed 2 years ago

#33934 closed Bug (needsinfo)

"Clear all filters" preceeded by "+" instead of "X" in django admin

Reported by: Caram Owned by: nobody
Component: contrib.admin Version: 4.1
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: yes

Description

Release 4.1 has updated the template for admin changelist-filter. The "clear all filters" is now prefixed by a cross ("X"). This is the intention, I understand, but in practice the cross is replaced by a plus ("+") in my browser.

This occurs for both Firefox and Chrome (latest version).

Running Django 4.1 on CentOS 7/Apache.
Environment set to FR.

Attachments (1)

clear all filters.png (80.4 KB ) - added by Caram 2 years ago.

Download all attachments as: .zip

Change History (2)

by Caram, 2 years ago

Attachment: clear all filters.png added

comment:1 by Carlton Gibson, 2 years ago

Resolution: needsinfo
Status: newclosed

Hi Caram.

The character is ✖ — "Heavy Multiplication X" https://www.compart.com/en/unicode/U+2716

That it's displayed like a + would be (I'd guess, at first pass) a font issue on your local system. 🤔
(Can I ask, how is it displayed in this page?)

Can you use the web inspector to see what font is actually used, and then test that separately? (Does the issue persist using different fonts?)

Given that ✖ — "Heavy Multiplication X" is literally part of the unicode standard, I'm not sure yet that we can say it's a bug in Django 🤔

Note: See TracTickets for help on using tickets.
Back to Top