Opened 14 years ago

Closed 8 years ago

#12713 closed New feature (fixed)

Fire 'onChange' event when adding a new option to a select box

Reported by: Michał Żarłok Owned by: Michał Żarłok
Component: contrib.admin Version: dev
Severity: Normal Keywords: js admin onchange
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: yes

Description

After adding a new option to a select box in admin (by '+' sign) django automatically selects this new option, but it doesn't fire 'onChange' event after that and I think it should. This behaviour could be helpful when there is a js code with an event listener binded to a select box.

This patch adds functionality to fire the event after the change.

Attachments (1)

fire_onchange_event_after_add_new_option.diff (1.5 KB ) - added by Michał Żarłok 14 years ago.
first patch

Download all attachments as: .zip

Change History (9)

by Michał Żarłok, 14 years ago

first patch

comment:1 by Alex Gaynor, 14 years ago

Triage Stage: UnreviewedAccepted

Marking as accepted, but really I think the solution is to rewrite this using jQuery :)

comment:2 by Matt McClanahan, 13 years ago

Severity: Normal
Type: New feature

comment:3 by Julien Phalip, 13 years ago

UI/UX: set

comment:4 by Aymeric Augustin, 12 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:5 by Aymeric Augustin, 12 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:6 by Aymeric Augustin, 12 years ago

UI/UX: set

Revert accidental batch modification.

comment:7 by Tim Graham, 10 years ago

Patch needs improvement: set

comment:8 by Tim Graham, 8 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top