#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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/053.636a2855d9b10c9b9f320fa29584c1df%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to