Opened 10 months ago

Closed 11 days ago

#36621 closed Bug (fixed)

Button position issue when using admin filter_vertical.

Reported by: Antoliny Owned by: Antoliny
Component: contrib.admin Version: 5.2
Severity: Normal Keywords: filter_vertical
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

Currently, when using filter_vertical in admin, the position of the buttons for moving items between the "to" and "from" boxes, as well as the position of the related-widget-wrapper, appear incorrect.


I believe they should probably be adjusted as follows.


This issue likely occurs because the widget used with filter_vertical has a width of 100%.

Attachments (2)

after.png (40.7 KB ) - added by Antoliny 10 months ago.
before.png (39.1 KB ) - added by Antoliny 10 months ago.

Download all attachments as: .zip

Change History (9)

by Antoliny, 10 months ago

Attachment: after.png added

by Antoliny, 10 months ago

Attachment: before.png added

comment:1 by Antoliny, 10 months ago

Owner: set to Antoliny
Status: newassigned

comment:2 by Sarah Boyce, 10 months ago

Triage Stage: UnreviewedAccepted

comment:3 by Antoliny, 9 months ago

Has patch: set

comment:4 by Sarah Boyce, 3 months ago

Patch needs improvement: set

comment:5 by Antoliny, 5 weeks ago

Patch needs improvement: unset

comment:6 by Sarah Boyce, 12 days ago

Triage Stage: AcceptedReady for checkin

comment:7 by Sarah Boyce <42296566+sarahboyce@…>, 11 days ago

Resolution: fixed
Status: assignedclosed

In e28c2a9:

Fixed #36621 -- Fixed arrow buttons position in admin filter_vertical widget.

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