Status: Unconfirmed
Owner: ----
Labels: Area-Webkit Pri-2 Via-Wizard Type-Bug OS-Linux
New issue 170878 by carsten.kraus: HTML5 input type=date: Datepicker
changes do not dispatch 'input' events
http://code.google.com/p/chromium/issues/detail?id=170878
UserAgent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.17 (KHTML, like
Gecko) Chrome/24.0.1312.52 Safari/537.17
Example URL:
http://slides.html5rocks.com/#new-form-types
Steps to reproduce the problem:
1. Visit
http://slides.html5rocks.com/#new-form-types
2. Open the devtools console, enter:
document.querySelector('input[type=date]').addEventListener('input',
function(e) { console.log('INPUT', e) })
3. Change the value of the date input via keyboard, stepper and datepicker
What is the expected behavior?
The console log should show 'INPUT' entries on each change, no matter what
control was used to make the change.
What went wrong?
The input event is only fired when the date is being changed through
keyboard input or the stepper; using the datepicker will cause 'change' but
not 'input' events.
Does it occur on multiple sites: Yes
Is it a problem playing media? No
Is it a problem with a plugin? No
Did this work before? N/A
Does this work in other browsers? N/A
Chrome version: 24.0.1312.52 Channel: stable
OS Version: 12.10