Closed jamesladd closed 11 years ago
I have the following:
uiActions: { 'click .create-open' : 'onClickCreateOpen', 'click .create-close' : 'onClickCreateClose', 'click .save' : 'onSave', 'click #inputOccursAtYear' : 'onYearSelected', 'click #inputOccursAtMonth' : 'onMonthSelected', 'focus #inputName' : 'onNameInput', 'blur #inputName' : 'onNameInput', 'keyup #inputName' : 'onNameInput', 'keypress #inputName' : 'onNameInput' },
All works fine on Chrome on Linux (Ubuntu) and Firefox (Ubuntu) and Mac Firefox.
However - the controller method is not called for click events on select lists under Chrome on the Mac (Chrome V26).
Please could this be fixed?
Perhaps you want to be using change events on the select element?
change
Testing.
PICNIM
Problem In Coder Not In Maria ;)
Glad it is fixed.
I have the following:
uiActions: { 'click .create-open' : 'onClickCreateOpen', 'click .create-close' : 'onClickCreateClose', 'click .save' : 'onSave', 'click #inputOccursAtYear' : 'onYearSelected', 'click #inputOccursAtMonth' : 'onMonthSelected', 'focus #inputName' : 'onNameInput', 'blur #inputName' : 'onNameInput', 'keyup #inputName' : 'onNameInput', 'keypress #inputName' : 'onNameInput' },
All works fine on Chrome on Linux (Ubuntu) and Firefox (Ubuntu) and Mac Firefox.
However - the controller method is not called for click events on select lists under Chrome on the Mac (Chrome V26).
Please could this be fixed?