[Webkit-unassigned] [Bug 18703] changing the 'size' property on a text input does not affect its length

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 21 11:41:22 PDT 2008


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


wilsong at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22803|review?                     |
               Flag|                            |
  Attachment #22803|0                           |1
        is obsolete|                            |
  Attachment #22922|                            |review?
               Flag|                            |




------- Comment #5 from wilsong at gmail.com  2008-08-21 11:41 PDT -------
Created an attachment (id=22922)
 --> (https://bugs.webkit.org/attachment.cgi?id=22922&action=view)
Improved possible fix for bug 18703

Oops -- sorry about that.  Although I could blame my IDE, not remembering to
use spaces instead of tabs is probably my own fault.

Here is an improved potential patch.  Tabs have been replaced with spaces, and
a newline has been added to the end of the layout test.

I tried using setChanged() instead of requesting the renderer repaint the
element, but it didn't seem to have any effect.  Also using
setValueMatchesRenderer(false) doesn't have any effect either.  What's the
right way to let the renderer know to do this?


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list