Bug 70851 - Caret can be positioned or repainted incorrectly in flipped-blocks multi-column blocks
Summary: Caret can be positioned or repainted incorrectly in flipped-blocks multi-colu...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-25 14:15 PDT by mitz
Modified: 2011-10-25 15:45 PDT (History)
0 users

See Also:


Attachments
Moved flipped-blocks adjustments from adjustForColumns() into offsetFromContainer() (4.62 KB, patch)
2011-10-25 14:22 PDT, mitz
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.