[Django] #26612: SelectFilter2 Buttons Change URL

23 views
Skip to first unread message

Django

unread,
May 13, 2016, 7:34:20 AM5/13/16
to django-...@googlegroups.com
#26612: SelectFilter2 Buttons Change URL
------------------------------+--------------------------------------------
Reporter: dsanders11 | Owner: nobody
Type: Bug | Status: new
Component: | Version: master
Uncategorized |
Severity: Normal | Keywords: admin selectfilter2 javascript
Triage Stage: Unreviewed | Has patch: 1
Easy pickings: 0 | UI/UX: 0
------------------------------+--------------------------------------------
This bug was introduced by the work done on #25165 which removed any
inline JavaScript, including `href="javascript:void(0)"` which was
previously used for any JavaScript-only links. They were replaced with
`href="#"` which works fine as long as you prevent the default action for
the click event which would otherwise change the URL for the page, and
with '#' will cause the browser to jump to the start.

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

Django

unread,
May 13, 2016, 9:09:21 AM5/13/16
to django-...@googlegroups.com
#26612: SelectFilter2 Buttons Change URL
--------------------------------------------+----------------------------
Reporter: dsanders11 | Owner: nobody
Type: Bug | Status: closed
Component: Uncategorized | Version: master
Severity: Normal | Resolution: fixed

Keywords: admin selectfilter2 javascript | Triage Stage: Unreviewed
Has patch: 1 | Easy pickings: 0
UI/UX: 0 |
--------------------------------------------+----------------------------
Changes (by Tim Graham <timograham@…>):

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


Comment:

In [changeset:"14c952d58167a66645b5e56f7a0ffb6b3bcfbbde" 14c952d]:
{{{
#!CommitTicketReference repository=""
revision="14c952d58167a66645b5e56f7a0ffb6b3bcfbbde"
Fixed #26612 -- Fixed SelectFilter2 buttons changing URL.
}}}

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

Reply all
Reply to author
Forward
0 new messages