[Webkit-unassigned] [Bug 67697] New: Change event is not fired for input[type=number] when user reverts the change made by script

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 6 22:59:50 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67697

           Summary: Change event is not fired for input[type=number] when
                    user reverts the change made by script
           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, morrita at google.com
            Blocks: 67360


Here's a test & fix for the following discussion on the bug 67360:

 Comment #2 From tkent at chromium.org (:tkent) (r) 2011-09-06 18:51:09 PST (-) [reply] 
(From update of attachment 106507 [details])
View in context: https://bugs.webkit.org/attachment.cgi?id=106507&action=review

> Source/WebCore/html/TextInputType.cpp:53
> +    // FIXME: should this be moved to TextFieldInputType?

I think so. It looks a bug of the current code.
 Comment #3 From rniwa at webkit.org (:rniwa) (r) 2011-09-06 18:58:57 PST (-) [reply] 
(From update of attachment 106507 [details])
View in context: https://bugs.webkit.org/attachment.cgi?id=106507&action=review

>> Source/WebCore/html/TextInputType.cpp:53
>> +    // FIXME: should this be moved to TextFieldInputType?
> 
> I think so. It looks a bug of the current code.

Okay. Let me see if I can come up with a test.

-- 
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