RESOLVED FIXED 12352
Top and bottom focus ring not painted when scrolling-by-typing in textarea
https://bugs.webkit.org/show_bug.cgi?id=12352
Summary Top and bottom focus ring not painted when scrolling-by-typing in textarea
David Kilzer (:ddkilzer)
Reported 2007-01-21 07:41:56 PST
Summary: When typing in a textarea past the right side of the screen, the focus border around the textarea does not paint as characters are typed. Steps to reproduce: 1. Open Safari/WebKit. 2. Open data URL. 3. Type in textarea until it starts scrolling to the right. Expected results: Top and bottom border should paint as text is typed. Actual results: Top and bottom border do not paint as text is typed. Regression: I believe this is a regression from shipping Safari 2.0.4 (419.3) on Mac OS X 10.4.8 (8N1037). Will test next. Notes: Tested with a locally-built debug build of WebKit r19007 with Safari 2.0.4 (419.3) on Mac OS X 10.4.8 (8N1037). The test URL is one row tall to demonstrate both the top and bottom border not repainting. On a multi-row textarea, only the top border is not painted when typing on the top (visible) line in the textarea, and only the bottom border is not painted when typing on the bottom (visible) line in the textarea.
Attachments
David Kilzer (:ddkilzer)
Comment 1 2007-01-21 07:45:21 PST
This is not a regression for shipping Safari (ignore my comments to this effect in Comment #0) since shipping Safari does not scroll when typing past the edge of the screen. I still think this should have a Radar bug since it looks bad, though.
Mark Rowe (bdash)
Comment 2 2007-01-21 16:06:23 PST
mitz
Comment 3 2007-01-21 23:53:09 PST
Changing "border" to "focus ring" in the summary (this seems to affect outlines in general to some extent, but not borders).
mitz
Comment 4 2007-12-07 11:38:20 PST
David Kilzer (:ddkilzer)
Comment 5 2007-12-07 11:40:52 PST
Note You need to log in before you can comment on or make changes to this bug.