[Webkit-unassigned] [Bug 134545] input type=range element should only fire change events after committing a value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 3 11:52:15 PDT 2014


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


Dean Jackson <dino at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #234348|review?                     |review+
               Flag|                            |




--- Comment #19 from Dean Jackson <dino at apple.com>  2014-07-03 11:52:33 PST ---
(From update of attachment 234348)
View in context: https://bugs.webkit.org/attachment.cgi?id=234348&action=review

Congratulations. I think this could be the first sibling to commit a patch to WebKit! Just upload the final patch and I'll commit it.

> Source/WebCore/ChangeLog:10
> +        A "change" event was fired every time the slider thumb element was dragged
> +        by the user. The "change" event is now fired only after the thumb
> +        element has stopped moving.

Could you add another paragraph that explains this behaviour matches Firefox and Chrome? I expect we might get random regression reports from this, and it would be good for our bug screeners to know right away that this is correct behaviour (e.g. you noticed that our own media controls were incorrect).

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