[Webkit-unassigned] [Bug 36259] <input type=range> does not validate correctly without a renderer and the tests are incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 18 13:33:22 PDT 2010


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


Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #51083|                            |review?
               Flag|                            |




--- Comment #9 from Joseph Pecoraro <joepeck at webkit.org>  2010-03-18 13:33:22 PST ---
Created an attachment (id=51083)
 --> (https://bugs.webkit.org/attachment.cgi?id=51083)
[PATCH] Part 2 - Move Sanitization to HTMLInputElement - Fix Incorrect Tests

The bulk of the work. The code in the new `clampValue` is copied from
`valueFromElement` but it cannot easily be shared as intermediate values are
used in the `valueFromElement` code. I could create a method with in/out
parameters if desired. These changes end up fixing Bug 16990.

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