--
Ticket URL: <https://code.djangoproject.com/ticket/28396>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "filter_horizontal.png" added.
filter_horizontal does not scroll horizontally for long strings
* Attachment "filter_vertical.png" added.
filter_vertical does not scroll horizontally for long strings
Old description:
> Long string representations of models appear truncated when using
> filter_horizontal or filter_vertical in the admin, because the "filter
> interface" does not scroll horizontally.
New description:
Long string representations of models appear truncated when using
filter_horizontal or filter_vertical in the admin, because the "filter
interface" does not scroll horizontally.
(See attachments).
--
--
Ticket URL: <https://code.djangoproject.com/ticket/28396#comment:1>
Old description:
> Long string representations of models appear truncated when using
> filter_horizontal or filter_vertical in the admin, because the "filter
> interface" does not scroll horizontally.
> (See attachments).
New description:
Long string representations of models appear truncated when using
filter_horizontal or filter_vertical in the admin, because the "filter
interface" does not scroll horizontally.
For filter_horizontal:
[[Image(filter_horizontal.png)]]
For filter_vertical:
[[Image(filter_vertical.png)]]
--
--
Ticket URL: <https://code.djangoproject.com/ticket/28396#comment:2>
Comment (by Tim Graham):
This was addressed in #20821 by adding tooltips so you can hover over the
choice to see the full name. I think it's good enough. Thoughts?
--
Ticket URL: <https://code.djangoproject.com/ticket/28396#comment:3>
* status: new => closed
* resolution: => wontfix
--
Ticket URL: <https://code.djangoproject.com/ticket/28396#comment:4>