[Webkit-unassigned] [Bug 16990] Setting value attribute on an <input type=range> to an out-of-range value fires oninput

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 17 16:47:41 PDT 2010


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


Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org




--- Comment #4 from Joseph Pecoraro <joepeck at webkit.org>  2010-03-17 16:47:41 PST ---
I was looking at refactoring some of this code, the fact that RenderSlider does
the bounds checking has more far reaching affects. For instance in one of the
LayoutTests:

  LayoutTest/fast/forms/script-tests/ValidityState-rangeOverflow.js

An <input> element is created but not added to the page, thus has no renderer,
and the deferred RenderSlider bounds checking never gets reached.  Modifying
the test to append the input to the document.body enables the renderer code
path and tests start to fail! I'll see if I can make sense of what the real
test values should be.

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