--
Ticket URL: <https://code.djangoproject.com/ticket/31307>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "1.png" added.
* Attachment "2.png" added.
* type: Uncategorized => Bug
--
Ticket URL: <https://code.djangoproject.com/ticket/31307#comment:1>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/31307#comment:2>
* stage: Unreviewed => Accepted
Old description:
> when screen width less than 1024 filter_horizontal field add and remove
> arrow display error when mouth hover
New description:
when screen width less than 1024 filter_horizontal field add and remove
arrow display error when mouse hover
--
Comment:
Yes, thanks for the report. I'm seeing this only for the Choose arrow, and
not for Remove.
[https://github.com/django/django/pull/12490/files PR].
--
Ticket URL: <https://code.djangoproject.com/ticket/31307#comment:3>
* Attachment "767_1024_hover_remove_current .png" added.
* Attachment "767_1024_hover_remove_expected.png" added.
* Attachment "less_767_hover_remove_current.png" added.
* Attachment "less_767_hover_remove_expected.png" added.
Comment (by 007):
Replying to [comment:3 Carlton Gibson]:
> Yes, thanks for the report. I'm seeing this only for the Choose arrow,
and not for Remove.
>
> [https://github.com/django/django/pull/12490/files PR].
This pr changed `.active.selector-remove:focus, .active.selector-
remove:hover` and `.active.selector-add:focus, .active.selector-add:hover`
--
Ticket URL: <https://code.djangoproject.com/ticket/31307#comment:4>
Comment (by Carlton Gibson):
Thanks for the extra screenshots. Yes, the hover state for the remove
arrow should have the highlight. (I was looking for the misplacement.)
--
Ticket URL: <https://code.djangoproject.com/ticket/31307#comment:5>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/31307#comment:6>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/31307#comment:7>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/31307#comment:8>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"a4881f5e5d7ee38b7e83301331a0b4962845ef8a" a4881f5e]:
{{{
#!CommitTicketReference repository=""
revision="a4881f5e5d7ee38b7e83301331a0b4962845ef8a"
Fixed #31307 -- Fixed filter_horizontal add/remove SVG :hover positioning.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31307#comment:9>
Comment (by 007):
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
--
Ticket URL: <https://code.djangoproject.com/ticket/31307#comment:10>
Comment (by felixxm):
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.
--
Ticket URL: <https://code.djangoproject.com/ticket/31307#comment:11>