[Webkit-unassigned] [Bug 82989] Auto-size may not work on first load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 2 17:59:22 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=82989





--- Comment #3 from Andrei Burago <aburago at chromium.org>  2012-04-02 17:59:22 PST ---
Repro steps: 

1) Run Chrome and Install https://chrome.google.com/webstore/detail/gighmmpiobklfepjocnamgkkbiglidom
2.) left-click on the AdblockForChrome toolbar icon
3.) the pop-up menu is not completely to see.

TESTS: Manually repeat the repro steps

While layout is called from Document::implicitClose(), the tree does not seem to be ready. As soon as layout is called again for a different reason (activation, etc.) the layout results are back to normal.

This patch makes sure that the autosize does not shrink the visible area because of this temporary change in layout results.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list