New issue
Advanced search Search tips

Issue 695524 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Feb 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Task


Show other hotlists

Hotlists containing this issue:
layout-backlog
layoutng


Sign in to add a comment

Please add an updateAfterLayout hook for LayoutInline

Project Member Reported by szager@chromium.org, Feb 23 2017

Issue description

LayoutBox has an updateAfterLayout() method where we do useful post-processing (mostly PaintLayer manipulations).  However, there is not currently an analogous callback for LayoutInline.

It would be very helpful to have an updateAfterLayout() hook for LayoutInline which gets called whenever the inline layout code is finished generating line boxes for the LayoutInline.  At the time that updateAfterLayout() is called, LayoutInline::linesBoundingBox() should have its final value.
 

Comment 1 by e...@chromium.org, Feb 26 2017

Status: Available (was: Untriaged)

Comment 2 by e...@chromium.org, Feb 9 2018

Status: WontFix (was: Available)
We're replacing this entire machinery in NG.

Sign in to add a comment