Bug 70851

Summary: Caret can be positioned or repainted incorrectly in flipped-blocks multi-column blocks
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Moved flipped-blocks adjustments from adjustForColumns() into offsetFromContainer() hyatt: review+

Description mitz 2011-10-25 14:15:38 PDT
Caret can be positioned or repainted incorrectly in flipped-blocks multi-column blocks
Comment 1 mitz 2011-10-25 14:22:13 PDT
Created attachment 112402 [details]
Moved flipped-blocks adjustments from adjustForColumns() into offsetFromContainer()
Comment 2 Dave Hyatt 2011-10-25 15:37:31 PDT
Comment on attachment 112402 [details]
Moved flipped-blocks adjustments from adjustForColumns() into offsetFromContainer()

r=me
Comment 3 mitz 2011-10-25 15:45:08 PDT
Fixed in <http://trac.webkit.org/r98400>.