We should update LayoutSelection just before paint instead of LayoutClean |
|||
Issue description
Example bad usage:
LayoutRect FrameSelection::UnclippedBounds() const {
FrameView* view = frame_->View();
LayoutViewItem layout_view = frame_->ContentLayoutItem();
if (!view || layout_view.IsNull())
return LayoutRect();
view->UpdateLifecycleToLayoutClean();
return LayoutRect(layout_selection_->SelectionBounds());
}
,
May 21 2018
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
May 28 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by yosin@chromium.org
, May 19 2017