Bug 92588 - RenderBlock::offsetForContents() is wrong in flipped blocks writing modes
Summary: RenderBlock::offsetForContents() is wrong in flipped blocks writing modes
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: 2012-07-28 21:10 PDT by mitz
Modified: 2012-07-28 22:00 PDT (History)
2 users (show)

See Also:


Attachments
Convert to unflipped coordinates before applying overflow scroll and column adjustment (7.63 KB, patch)
2012-07-28 21:42 PDT, mitz
no flags Details | Formatted Diff | Diff
Convert to unflipped coordinates before applying overflow scroll and column adjustment (7.11 KB, patch)
2012-07-28 21:44 PDT, mitz
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2012-07-28 21:10:40 PDT
Hit test results are wrong in flipped blocks writing modes with block column axis
Comment 1 mitz 2012-07-28 21:42:27 PDT
Created attachment 155159 [details]
Convert to unflipped coordinates before applying overflow scroll and column adjustment
Comment 2 mitz 2012-07-28 21:44:12 PDT
Created attachment 155160 [details]
Convert to unflipped coordinates before applying overflow scroll and column adjustment
Comment 3 mitz 2012-07-28 22:00:33 PDT
Fixed in <http://trac.webkit.org/r123977>.