Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.4.1
-
None
-
-
48ebd4e31 (dev), 9b8777d49 (6.4), 50185ff90 (tqtc/lts-6.2), 652652f3c (6.5), ecaa0f1ac (tqtc/lts-5.15)
-
2023wk04FOQtforAndroid, 2023wk06FOQtforAndroid
Description
New-style (or modern) bottom Navigation Bar overlaps app window:
but with old-style Navigation Bar it look OK:
to reproduce this create a QML app with the following main window:
import QtQuick Window { visible: true title: qsTr("Hello World") Rectangle { anchors.fill: parent color: "red" } Rectangle { anchors.fill: parent anchors.margins: 5 color: "green" } }
Or run the application from attachments.
Tested on the following emulators:
Attachments
Issue Links
- duplicates
-
QTBUG-107923 Wrong height of the window on Android
- Closed
- is duplicated by
-
QTBUG-110878 Fullscreen windows rendered behind navigation bar
- In Progress
For Gerrit Dashboard: QTBUG-109351 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
453667,9 | Android: fix height calculation | dev | qt/qtbase | Status: MERGED | +2 | 0 |
455920,11 | Android: fix height calculation | tqtc/lts-5.15 | qt/tqtc-qtbase | Status: MERGED | +2 | 0 |
458005,2 | Android: fix height calculation | 6.4 | qt/qtbase | Status: MERGED | +2 | 0 |
458006,2 | Android: fix height calculation | 6.5 | qt/qtbase | Status: MERGED | +2 | 0 |
458009,2 | Android: fix height calculation | tqtc/lts-6.2 | qt/tqtc-qtbase | Status: MERGED | +2 | 0 |
483562,1 | Android: fix height calculation | tqtc/lts-5.15-vxworks | qt/tqtc-qtbase | Status: ABANDONED | 0 | 0 |