RESOLVED FIXED 9647
Textarea resizing has an odd effect on submit button
https://bugs.webkit.org/show_bug.cgi?id=9647
Summary Textarea resizing has an odd effect on submit button
Dimitri Bouniol
Reported 2006-06-29 00:19:16 PDT
On the Surfin' Safari Weblog,  click an entry (url above), login (so you could get the comments textarea), and resize the new implementation of textarea. Notice how the submit input is rendered oddly (and sometimes disapear).
Attachments
Screenshot of a badly rendered submit (4.89 KB, image/png)
2006-06-29 00:21 PDT, Dimitri Bouniol
no flags
Dimitri Bouniol
Comment 1 2006-06-29 00:21:31 PDT
Created attachment 9083 [details] Screenshot of a badly rendered submit
David Kilzer (:ddkilzer)
Comment 2 2006-06-29 03:34:13 PDT
Confirmed.  The "Submit Comment" button is not repainted properly while dragging and resizing the textarea, causing some very odd effects.  Changing component to Layout and Rendering.
mitz
Comment 3 2006-06-29 14:13:14 PDT
I have reduced the original page to this: <textarea></textarea> <p>     <input style="float: left" type="submit" value="Button"> </p> Which is just bug 7204. But I might have over-reduced, so I'm going to see if the patch from that bug (which is somewhat of an overkill) also fixes the problem with the blog page.
mitz
Comment 4 2006-06-29 14:35:34 PDT
99% of this bug is bug 7204, but even with that bug fixed, there's a small problem with repainting of the button's shadow when the textarea is resized horizontally beyond its original width.
Alice Liu
Comment 5 2006-07-05 11:40:22 PDT
the remaining issue is quite minor.  Moving to P2.   <rdar://problem/4613871>
mitz
Comment 6 2007-12-28 15:46:09 PST
Closing as fixed. Bug 16649 tracks the remaining issue.
Note You need to log in before you can comment on or make changes to this bug.