mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
b5c6ce31e5
======== https://hg.mozilla.org/integration/gaia-central/rev/d59d24ac9804 Author: Yi-Fan Liao <yliao@mozilla.com> Desc: Merge pull request #26050 from begeeben/1095360_wallpaper_will_display_master Bug 1095369 - [FFOS2.0][Woodduck][Browser]Wallpaper will display when edit bookmark, r=alive ======== https://hg.mozilla.org/integration/gaia-central/rev/86bae88bdad4 Author: Yi-Fan Liao <begeeben@gmail.com> Desc: Bug 1095369 - [FFOS2.0][Woodduck][Browser]Wallpaper will display when edit bookmark When changing orientation from portrait to landscape and resizing with keyboard on, the layout manager in the system app will resize the height of the active app first with the keyboard height in portrait (line 55 in layout_manager.js). When the height of the keyboard in portrait mode is bigger than the height in landscape mode, the calculated height of the active app will be smaller than it should've been. The system wallpaper is visible at the mean time. Subsequent resize events later will immediately correct the active app height using the correct landscape keyboard height. The resizing event sequence is 'resize' --> 'keyboardchange' --> 'keyboardchange'. This patch disables the keyboard height check in the 'resize' event since it'd be incorrect during orientation change, which would display part of the system wallpaper in a flash. |
||
---|---|---|
.. | ||
dolphin | ||
emulator | ||
emulator-ics | ||
emulator-jb | ||
emulator-kk | ||
flame | ||
flame-kk | ||
hamachi | ||
helix | ||
mozconfigs | ||
nexus-4 | ||
tooltool-manifests | ||
wasabi | ||
gaia.json |