Bug 6100

Summary: REGRESSION: Focus ring on contenteditable div outlines text in overflow area instead of div
Product: WebKit Reporter: Adele Peterson <adele>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
test case none

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.