[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 14 17:30:56 PDT 2008


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


wilsong at gmail.com changed:

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




------- Comment #2 from wilsong at gmail.com  2008-08-14 17:30 PDT -------
Created an attachment (id=22803)
 --> (https://bugs.webkit.org/attachment.cgi?id=22803&action=view)
Possible fix to bug 18703

This patch should fix bug 18703.  Input fields did not repaint themselves when
their "size" attributes were changed.  When a text input field's size was
changed, nothing happened on Safari, but the field resized on FF/IE.

This fix tells the html element to recalculate and repaint itself if it is a
text field element and has been resized.

Also included is a layout test (not sure I put it in the right directory,
though.)


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