[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 Oct 23 18:50:03 PDT 2008


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


sam at webkit.org changed:

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




------- Comment #13 from sam at webkit.org  2008-10-23 18:50 PDT -------
(From update of attachment 24621)
Looks good. r=me with some comments.

> +        Reviewed by NOBODY (OOPS!).
> +
> +        Fixed bug 18703.  Text fields would not repaint themselves
> +        after having their "size" attributes modified.  This modification 
> +        tells the object to recalculate its width and repaint itself when 
> +        its "size" attribute is parsed.

It is helpful to put the URL and title of the bug you are fixing in the
ChangeLog

> +        if(renderer())
Space required after the if.

> +2008-10-23  Glenn Wilson  <gwilson at chromium.org>
> +
> +        Reviewed by NOBODY (OOPS!).
> +
> +        Added a new text to verify that the width of text input 
> +        fields can be modified by javascript using the "size" attribute.
Again, a URL and title help to give context.


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