Created attachment 161671 [details] Screenshot STEPS TO REPRODUCE 1. Open a chat 2. Clikc reply on a message OBSERVED RESULT The UI in the message input field is broken. See screenshot SOFTWARE/OS VERSIONS Neochat: master KDE Frameworks Version: master Qt Version: 6.6
Can't reproduce with current git master on Qt 6.5.2; is this a Qt 6.6 regression that you can still reproduce today?
Git commit 84cad630cdcd7a39187c2d7822385e744587dbe7 by Tobias Fella. Committed on 09/11/2023 at 21:19. Pushed by tfella into branch 'master'. Refactor and fix ChatBox layouting M +1 -1 src/CMakeLists.txt M +1 -0 src/models/customemojimodel.cpp A +66 -0 src/qml/AttachDialog.qml [License: GPL(v2.0+)] M +316 -422 src/qml/ChatBar.qml D +0 -99 src/qml/ChatBox.qml M +51 -34 src/qml/CompletionMenu.qml M +1 -1 src/qml/EmoticonEditorPage.qml M +6 -7 src/qml/OpenFileDialog.qml M +65 -59 src/qml/ReplyPane.qml M +12 -12 src/qml/RoomPage.qml M +3 -3 src/qml/TimelineView.qml M +1 -1 src/qml/UserInfo.qml https://invent.kde.org/network/neochat/-/commit/84cad630cdcd7a39187c2d7822385e744587dbe7