Bug 129311 - RenderBlockFlow::startAlignedOffsetForLine needs to pass a valid RootInlineBox to updateLogicalWidthForAlignment
Summary: RenderBlockFlow::startAlignedOffsetForLine needs to pass a valid RootInlineBo...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-25 08:36 PST by Mario Sanchez Prada
Modified: 2014-04-12 14:47 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Sanchez Prada 2014-02-25 08:36:52 PST
Once the backport patch from blink for bug 71194 is committed, there will be still one issue pending to be fixed, which is passing the right RootInlineBox to updateLogicalWidthForAlignment() from RenderBlockFlow::startAlignedOffsetForLine, considering the bidi level used to construct the line.

This bug is for tracking that issue