DescriptionCorrect flowThreadTranslationAtOffset() for vertical-rl writing mode.
The problem was that a rectangle was shifted by offsetFromColumnSet() after
having been made physical. However, offsetFromColumnSet() is semi-logical
(flipped block direction coordinate, like e.g. LayoutBox::m_frameRect), so we
need to add it in before flipping the rectangle.
This caused all fragmentainer groups but the first one to be translated
incorrectly.
Committed: https://crrev.com/6fa58d7ef3745c0b84191fd5fdae0e105a5f619e
Cr-Commit-Position: refs/heads/master@{#418870}
Patch Set 1 #
Messages
Total messages: 12 (7 generated)
|