Opened 3 years ago

Closed 3 years ago

#32322 closed Bug (fixed)

Incorrect wrapping of autocomplete cleaner on Chrome.

Reported by: Viktor Grabov Owned by: Viktor Grabov
Component: contrib.admin Version: dev
Severity: Normal Keywords: Autocomplete, contrib.admin, widget
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 Viktor Grabov)

There is a problem with autocomplete widget in admin please see attached screenshot
Issue screenshot

I am submitting ​PR https://github.com/django/django/pull/13846 with my proposed fix.

Screenshot after fix
Fixed

Attachments (3)

issue.png (39.9 KB ) - added by Viktor Grabov 3 years ago.
Issue screenshot
Fixed.2.png (40.1 KB ) - added by Viktor Grabov 3 years ago.
Fixed
Fixed.png (38.8 KB ) - added by Viktor Grabov 3 years ago.
Fixed

Download all attachments as: .zip

Change History (12)

by Viktor Grabov, 3 years ago

Attachment: issue.png added

Issue screenshot

comment:1 by Viktor Grabov, 3 years ago

Description: modified (diff)

comment:2 by Viktor Grabov, 3 years ago

Description: modified (diff)

by Viktor Grabov, 3 years ago

Attachment: Fixed.2.png added

Fixed

by Viktor Grabov, 3 years ago

Attachment: Fixed.png added

Fixed

comment:3 by Viktor Grabov, 3 years ago

Description: modified (diff)

comment:4 by Viktor Grabov, 3 years ago

Has patch: set
Owner: changed from Viktor Grabov to Viktor Grabov
Last edited 3 years ago by Tim Graham (previous) (diff)

comment:5 by Viktor Grabov, 3 years ago

Triage Stage: UnreviewedReady for checkin
UI/UX: set

comment:6 by Viktor Grabov, 3 years ago

Triage Stage: Ready for checkinUnreviewed

comment:7 by Mariusz Felisiak, 3 years ago

Summary: Autocomplete widget options wrap issue in CSSIncorrect wrapping of autocomplete cleaner on Chrome.
Triage Stage: UnreviewedAccepted

Thanks for the report, I was able to reproduce this issue but only on Chrome.

comment:8 by Mariusz Felisiak, 3 years ago

Triage Stage: AcceptedReady for checkin

comment:9 by GitHub <noreply@…>, 3 years ago

Resolution: fixed
Status: assignedclosed

In 6a054f76:

Fixed #32322 -- Fixed autocomplete widget wrapping.

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