When a popup widget is shown, it's first raised(), and then made visible. In this scenario, the logic in QIOSWindow::setVisible() to compute the window level was too late, and we ended up showing the popup below other popups. Instead of moving the window level computation earlier, we remove the member variable and just compute the level when needed, as we do in the Cocoa platform plugin. Fixes: QTBUG-126052 Fixes: QTBUG-126044 Pick-to: 6.7 Change-Id: If5dbcdcf0500aed57b725bb8eb636fe076459130 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io> (cherry picked from commit 0e656164e640ff2aca00e82b51b0f1019fd7802f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%