#31307 closed Bug (fixed)
Arrow display error in filter_horizontal field when width less than 1024px
Reported by: | 007 | Owned by: | 007 |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description (last modified by )
when screen width less than 1024 filter_horizontal field add and remove arrow display error when mouse hover
Attachments (6)
Change History (17)
by , 5 years ago
by , 5 years ago
comment:1 by , 5 years ago
Type: | Uncategorized → Bug |
---|
comment:2 by , 5 years ago
Has patch: | set |
---|
follow-up: 4 comment:3 by , 5 years ago
Description: | modified (diff) |
---|---|
Triage Stage: | Unreviewed → Accepted |
by , 5 years ago
Attachment: | 767_1024_hover_remove_current .png added |
---|
by , 5 years ago
Attachment: | 767_1024_hover_remove_expected.png added |
---|
by , 5 years ago
Attachment: | less_767_hover_remove_current.png added |
---|
by , 5 years ago
Attachment: | less_767_hover_remove_expected.png added |
---|
comment:4 by , 5 years ago
Replying to Carlton Gibson:
Yes, thanks for the report. I'm seeing this only for the Choose arrow, and not for Remove.
PR.
This pr changed .active.selector-remove:focus, .active.selector-remove:hover
and .active.selector-add:focus, .active.selector-add:hover
comment:5 by , 5 years ago
Thanks for the extra screenshots. Yes, the hover state for the remove arrow should have the highlight. (I was looking for the misplacement.)
comment:6 by , 5 years ago
Patch needs improvement: | set |
---|
comment:7 by , 5 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:8 by , 5 years ago
Patch needs improvement: | unset |
---|
comment:10 by , 5 years ago
This problem also occurs in 2.2 and 3.0. What do I need to do to merge the changes into stable/2.2.x and stable/3.0.x
comment:11 by , 5 years ago
This patch doesn't qualify for a backport per our backporting policy, see https://docs.djangoproject.com/en/3.0/internals/release-process/ for more details.
Yes, thanks for the report. I'm seeing this only for the Choose arrow, and not for Remove.
PR.