RESOLVED FIXED 91780
In flipped blocks writing modes, no flipping occurs when mapping RenderText’s local coordinates to absolute
https://bugs.webkit.org/show_bug.cgi?id=91780
Summary In flipped blocks writing modes, no flipping occurs when mapping RenderText’s...
mitz
Reported 2012-07-19 13:07:36 PDT
In flipped blocks writing modes, RenderText::absoluteQuadsForRange returns incorrect results because the local coordinates don’t get flipped when mapped to absolute.
Attachments
Made RenderObject::mapLocalToContainer pass through the applyContainerFlip value if it doesn’t apply the flip itself (7.08 KB, patch)
2012-07-19 13:22 PDT, mitz
andersca: review+
mitz
Comment 1 2012-07-19 13:08:56 PDT
mitz
Comment 2 2012-07-19 13:22:09 PDT
Created attachment 153332 [details] Made RenderObject::mapLocalToContainer pass through the applyContainerFlip value if it doesn’t apply the flip itself
mitz
Comment 3 2012-07-19 13:46:21 PDT
Note You need to log in before you can comment on or make changes to this bug.