[Django] #18722: Admin change list sort options are unusable on sortable columns of small width

28 views
Skip to first unread message

Django

unread,
Aug 5, 2012, 10:15:47 PM8/5/12
to django-...@googlegroups.com
#18722: Admin change list sort options are unusable on sortable columns of small
width
-------------------------------+------------------------
Reporter: charettes | Owner: nobody
Type: Bug | Status: new
Component: contrib.admin | Version: master
Severity: Normal | Keywords: admin sort
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 1
-------------------------------+------------------------
When hovering a sortable column of small width remove sort link is hidden
under the column label and thus cannot be accessed. See attachment.

--
Ticket URL: <https://code.djangoproject.com/ticket/18722>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Nov 5, 2012, 1:58:10 AM11/5/12
to django-...@googlegroups.com
#18722: Admin change list sort options are unusable on sortable columns of small
width
-------------------------------+------------------------------------

Reporter: charettes | Owner: nobody
Type: Bug | Status: new
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: admin sort | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 1
-------------------------------+------------------------------------
Changes (by julien):

* needs_docs: => 0
* needs_better_patch: => 0
* needs_tests: => 0
* stage: Unreviewed => Accepted


--
Ticket URL: <https://code.djangoproject.com/ticket/18722#comment:1>

Django

unread,
Nov 17, 2012, 2:38:56 PM11/17/12
to django-...@googlegroups.com
#18722: Admin change list sort options are unusable on sortable columns of small
width
-------------------------------+------------------------------------
Reporter: charettes | Owner: heyman

Type: Bug | Status: new
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: admin sort | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 1
-------------------------------+------------------------------------
Changes (by heyman):

* owner: nobody => heyman
* has_patch: 0 => 1


Comment:

https://github.com/django/django/pull/527

--
Ticket URL: <https://code.djangoproject.com/ticket/18722#comment:2>

Django

unread,
Nov 17, 2012, 2:45:19 PM11/17/12
to django-...@googlegroups.com
#18722: Admin change list sort options are unusable on sortable columns of small
width
-------------------------------------+-------------------------------------
Reporter: charettes | Owner: heyman

Type: Bug | Status: new
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: admin sort | Triage Stage: Ready for
Has patch: 1 | checkin
Needs tests: 0 | Needs documentation: 0
Easy pickings: 1 | Patch needs improvement: 0
| UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by charettes):

* easy: 0 => 1
* stage: Accepted => Ready for checkin


Comment:

Fixes it and doesn't seem to introduce any other layout issues.

--
Ticket URL: <https://code.djangoproject.com/ticket/18722#comment:3>

Django

unread,
Nov 17, 2012, 4:56:24 PM11/17/12
to django-...@googlegroups.com
#18722: Admin change list sort options are unusable on sortable columns of small
width
-------------------------------+------------------------------------
Reporter: charettes | Owner: heyman
Type: Bug | Status: new
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: admin sort | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
-------------------------------+------------------------------------
Changes (by jezdez):

* stage: Ready for checkin => Accepted


Comment:

This smells like something that needs to be fixed in the rtl.css file,
too. Can you check?

--
Ticket URL: <https://code.djangoproject.com/ticket/18722#comment:4>

Django

unread,
Nov 17, 2012, 6:08:10 PM11/17/12
to django-...@googlegroups.com
#18722: Admin change list sort options are unusable on sortable columns of small
width
-------------------------------+------------------------------------
Reporter: charettes | Owner: heyman
Type: Bug | Status: new
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: admin sort | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
-------------------------------+------------------------------------

Comment (by heyman):

Ah, you're right! I've updated the pull-request.

--
Ticket URL: <https://code.djangoproject.com/ticket/18722#comment:5>

Django

unread,
Nov 22, 2012, 2:17:27 PM11/22/12
to django-...@googlegroups.com
#18722: Admin change list sort options are unusable on sortable columns of small
width
-------------------------------------+-------------------------------------
Reporter: charettes | Owner: heyman
Type: Bug | Status: new
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: admin sort | Triage Stage: Ready for
Has patch: 1 | checkin
Needs tests: 0 | Needs documentation: 0
Easy pickings: 1 | Patch needs improvement: 0
| UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by claudep):

* stage: Accepted => Ready for checkin


--
Ticket URL: <https://code.djangoproject.com/ticket/18722#comment:6>

Django

unread,
Nov 24, 2012, 11:14:47 AM11/24/12
to django-...@googlegroups.com
#18722: Admin change list sort options are unusable on sortable columns of small
width
-------------------------------------+-------------------------------------
Reporter: charettes | Owner: heyman
Type: Bug | Status: closed
Component: contrib.admin | Version: master
Severity: Normal | Resolution: fixed

Keywords: admin sort | Triage Stage: Ready for
Has patch: 1 | checkin
Needs tests: 0 | Needs documentation: 0
Easy pickings: 1 | Patch needs improvement: 0
| UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by Claude Paroz <claude@…>):

* status: new => closed
* resolution: => fixed


Comment:

In [changeset:"35a0fff28ad7e3ca26f902893a7659343e490f82"]:
{{{
#!CommitTicketReference repository=""
revision="35a0fff28ad7e3ca26f902893a7659343e490f82"
Fixed #18722 -- Adjusted width of sortable columns in admin

Thanks Simon Charette for the report.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/18722#comment:7>

Django

unread,
Nov 24, 2012, 11:15:42 AM11/24/12
to django-...@googlegroups.com
#18722: Admin change list sort options are unusable on sortable columns of small
width
-------------------------------------+-------------------------------------
Reporter: charettes | Owner: heyman
Type: Bug | Status: closed
Component: contrib.admin | Version: master

Severity: Normal | Resolution: fixed
Keywords: admin sort | Triage Stage: Ready for
Has patch: 1 | checkin
Needs tests: 0 | Needs documentation: 0
Easy pickings: 1 | Patch needs improvement: 0
| UI/UX: 1
-------------------------------------+-------------------------------------

Comment (by Claude Paroz <claude@…>):

In [changeset:"75bc081b917d98a8f51201a2b26ce3a8f5dd4d62"]:
{{{
#!CommitTicketReference repository=""
revision="75bc081b917d98a8f51201a2b26ce3a8f5dd4d62"
[1.5.x] Fixed #18722 -- Adjusted width of sortable columns in admin

Thanks Simon Charette for the report.

Backport of 35a0fff2 from master.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/18722#comment:8>

Reply all
Reply to author
Forward
0 new messages