[frameworks-kirigami] [Bug 479175] pageStack.push() does not show the pushed page when using QT_QUICK_CONTROLS_MOBILE=1

2024-02-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=479175 --- Comment #3 from b...@mogwai.be --- I got a bit further with debugging this, and it seems that my previous hunch was close. The problem seems to be related to using TapHandler instead of MouseArea. It seems that TapHandler's `onTapped` slot (which

[frameworks-kirigami] [Bug 479175] pageStack.push() does not show the pushed page when using QT_QUICK_CONTROLS_MOBILE=1

2024-02-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=479175 --- Comment #2 from b...@mogwai.be --- Don't know if it's relevant to this, but when opening the settings in Kasts (which will use the layers) it triggers this warning: file:///home/bart/kde/usr/lib/qml/org/kde/kirigami/PageRow.qml:1013:5: QML

[frameworks-kirigami] [Bug 479175] pageStack.push() does not show the pushed page when using QT_QUICK_CONTROLS_MOBILE=1

2024-01-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=479175 --- Comment #1 from b...@mogwai.be --- I've done some further investigation, and I've now traced it to a few lines of code. With QT_QUICK_CONTROLS_MOBILE=1, m_acceptMouse is set to true on the ColumnView. This in turns sets m_mouseDown = true when the

[frameworks-kirigami] [Bug 479175] pageStack.push() does not show the pushed page when using QT_QUICK_CONTROLS_MOBILE=1

2023-12-29 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=479175 Bug Janitor Service changed: What|Removed |Added Keywords||qt6 -- You are receiving this mail