Settings WebUI: Fix empty iron-lists on direct navigations.
Stop waiting on the lazy_load.html loading before expanding a settings subpage. Waiting is unnecessary, and also triggers an unfortunate iron-list behavior where no items are rendered when its dimensions are 0x0 (essentially when hidden). Waiting was introduced at r719484, and by removing the waiting the code works more similar to before, while still triggering the loading of lazy_load.html. Bug: 1029703 Change-Id: Iae1aaaa2eaf9227b61999201a020e60d2d048c9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1947957Reviewed-by:John Lee <johntlee@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#721116}
Showing
Please register or sign in to comment