Bug 11311 - REGRESSION: Distorted text in scrolled textarea
Summary: REGRESSION: Distorted text in scrolled textarea
Status: RESOLVED DUPLICATE of bug 11277
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Major
Assignee: Nobody
URL:
Keywords: HasReduction, Regression
Depends on:
Blocks:
 
Reported: 2006-10-15 22:53 PDT by Matt Lilek
Modified: 2006-10-15 23:29 PDT (History)
1 user (show)

See Also:


Attachments
testcase (814 bytes, text/html)
2006-10-15 22:54 PDT, Matt Lilek
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lilek 2006-10-15 22:53:11 PDT
If a textarea has enough content to cause it to scroll, text entered becomes distorted.  It is fixed by selecting the text, but any new text entered is distorted also.

1. FIll a textarea with enough content for scroll bars to appear.
2. Scroll to bottom of textarea and type, the text is distorted.
3. While the textarea has focus, press Cmd + A to select all text in the text area.  The previously distorted text is now readable.
4. Place the cursor back at the bottom and type again - the new text is again distorted.

For the text to appear distorted when typed, it doesn't have to be entered at the very end of the content, but it happens anywhere that would not be visible if the textarea is scrolled all the way to the top.

This regressed somehwere between r17003 and r17019 (probably r17018).
Comment 1 Matt Lilek 2006-10-15 22:54:27 PDT
Created attachment 11107 [details]
testcase
Comment 2 R. Tyler Ballance 2006-10-15 22:56:10 PDT
My full-length feature film of this bug can be found here:  http://bleepsoft.com/tyler/media/webkit_textarea_render_issue.mp4
Comment 3 mitz 2006-10-15 23:29:44 PDT
Bug 11277 covers this issue (see the second test case in that bug).

*** This bug has been marked as a duplicate of 11277 ***