Bug 6100 - REGRESSION: Focus ring on contenteditable div outlines text in overflow area instead of div
Summary: REGRESSION: Focus ring on contenteditable div outlines text in overflow area ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-15 11:24 PST by Adele Peterson
Modified: 2005-12-15 13:06 PST (History)
0 users

See Also:


Attachments
test case (2.80 KB, text/html)
2005-12-15 11:25 PST, Adele Peterson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adele Peterson 2005-12-15 11:24:38 PST
In the attached test file, when you click on the text in the contenteditable div, you'll see an odd focus ring.  
Instead of stopping at the bottom of the div, it outlines the text below that is in the overflow area.
Comment 1 Adele Peterson 2005-12-15 11:25:06 PST
Created attachment 5097 [details]
test case
Comment 2 Adele Peterson 2005-12-15 11:26:49 PST
<rdar://problem/4381360> REGRESSION: Focus ring on contenteditable div outlines text in overflow area 
instead of div (6100)
Comment 3 Adele Peterson 2005-12-15 11:57:14 PST
Hyatt proposed a fix for this, and I'm testing it right now.