[Webkit-unassigned] [Bug 67761] New: REGRESSION: number input doesn't fire change event when user clicks on up/down arrows
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 7 21:53:53 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=67761
Summary: REGRESSION: number input doesn't fire change event
when user clicks on up/down arrows
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rniwa at webkit.org
CC: darin at apple.com, dglazkov at chromium.org,
tkent at chromium.org
Reproduction:
1. Open http://simple-rte.rniwa.com/?editor=%3Cinput%20type%3D%22number%22%20id%3D%22n%22%20value%3D%221%22%20onchange%3D%22alert%28%27hi%27%29%22%3E&designmode=false&script=document.getElementById%28%27editor%27%29.focus%28%29%3B
2. Step up/down on the input element
3. Move focus to elsewhere
On shipped version of Safari, "hi" is shown.
On ToT WebKit, "hi" is never shown.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list