RESOLVED FIXED 11965
REGRESSION: 1 pixel on left/right inside of focus ring is erased while typing
https://bugs.webkit.org/show_bug.cgi?id=11965
Summary REGRESSION: 1 pixel on left/right inside of focus ring is erased while typing
David Kilzer (:ddkilzer)
Reported 2006-12-25 07:06:57 PST
Summary: When typing in a textarea that has lost and regained focus once, typing causes 1 pixel of the focus ring to be erased on the left and right inside border. Steps to reproduce: 1. Open the URL above. 2. Put focus in textarea. 3. Type "asdf". 4. Tab out of the textarea. 5. Shift-tab into the textarea. 6. Type one more character, or delete one character. Expected results: The left/right inside focus ring should not lose 1 pixel of its border. Actual results: The left/right inside focus ring loses 1 pixel of its border. Regression: This is a regression from shipping Safari 2.0.4 (419.3) on Mac OS X 10.4.8 (8N1037). Notes: May be related to Bug 9569. Bug 8268 is similar, but affects the top/bottom border and is caused by the caret.
Attachments
Zoomed screenshot showing missing pixels (28.81 KB, image/png)
2006-12-25 07:29 PST, David Kilzer (:ddkilzer)
no flags
Screenshot of text input (14.35 KB, image/png)
2006-12-25 20:04 PST, Matt Lilek
no flags
David Kilzer (:ddkilzer)
Comment 1 2006-12-25 07:29:26 PST
Created attachment 12017 [details] Zoomed screenshot showing missing pixels Zoomed in screenshot of textarea showing missing 1 pixel left/right inner border of focus ring.
David Kilzer (:ddkilzer)
Comment 2 2006-12-25 07:47:32 PST
Tested with a locally-built debug build of WebKit r18411.
Matt Lilek
Comment 3 2006-12-25 20:04:38 PST
Created attachment 12021 [details] Screenshot of text input This screenshot shows this isn't limited to just textareas, but text inputs also. <input type="text" style="border: 1px solid black;"> is the code from the screenshot.
David Kilzer (:ddkilzer)
Comment 4 2006-12-25 20:14:29 PST
(In reply to comment #3) > Created an attachment (id=12021) [edit] > Screenshot of text input > > This screenshot shows this isn't limited to just textareas, but text inputs > also. > > <input type="text" style="border: 1px solid black;"> is the code from the > screenshot. Actually that's Bug 8268.
Mark Rowe (bdash)
Comment 5 2007-01-17 15:49:27 PST
Antti Koivisto
Comment 6 2007-02-18 13:50:06 PST
This is most likely the same problem as bug 8268. See the comments there.
Adele Peterson
Comment 7 2007-04-04 13:41:23 PDT
I can no longer reproduce this. Can someone else confirm? (but I can still repro bug 8268)
mitz
Comment 8 2007-04-04 13:46:36 PDT
(In reply to comment #7) > I can no longer reproduce this. Can someone else confirm? > > (but I can still repro bug 8268) > I can still reproduce (using 10.4.9 here).
Alexey Proskuryakov
Comment 9 2007-12-05 05:48:58 PST
I cannot reproduce this with r28320 on Tiger (note that this is before Adele's patch for <rdar://problem/5499918>.
David Kilzer (:ddkilzer)
Comment 10 2007-12-05 08:39:01 PST
(In reply to comment #9) > I cannot reproduce this with r28320 on Tiger (note that this is before Adele's > patch for <rdar://problem/5499918>. I don't see this anymore with a local debug build of WebKit r28434 with Safari 3.0.4 (523.12) on Mac OS X 10.4.11 (8S165). Actually, it looks like the "inner" 1-pixel-wide ring of light blue shading is gone with the above configuration. Marking as RESOLVED/FIXED. Note that I can still reproduce Bug 8268.
Note You need to log in before you can comment on or make changes to this bug.