Opened 10 years ago

Closed 10 years ago

#23262 closed Bug (fixed)

FilteredSelectMultiple SelectFilter2.js don't submit form if user pressed Enter

Reported by: Collin Anderson Owned by: nobody
Component: contrib.admin Version: dev
Severity: Normal Keywords:
Cc: cmawebsite@… Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Collin Anderson)

Not sure how long this has been a problem.

Change History (5)

comment:1 by Collin Anderson, 10 years ago

Has patch: set

actually also need to switch from keypress to keyup: https://github.com/django/django/pull/3037

Last edited 10 years ago by Collin Anderson (previous) (diff)

comment:2 by Simon Charette, 10 years ago

Could you write a Selenium test for this?

comment:3 by Collin Anderson, 10 years ago

ok Selenium test is there

comment:4 by Collin Anderson, 10 years ago

Description: modified (diff)
Type: UncategorizedBug

comment:5 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: newclosed

In 85c22dd4c4a406301b4378a4682456dfa1900830:

Fixed #23262 -- Made SelectFilter2.js move items on enter Key press.

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