https://bugs.kde.org/show_bug.cgi?id=475117
b...@mogwai.be changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #3 from b...@mogwai.be --- Thanks for reporting. I've fixed the javascript argument warnings. Those are straightforward to fix, but annoying to find: you need to call the specific function in order to get the deprecation warning. From looking at the code, it's not obvious if it's using signal arguments are just plain properties, so it's almost impossible to spot by reading the code. :) About the dialogs: I also noticed that they behave weirdly with qt6. All of them are using the `Kirigami.Dialog` types. There seem to be a few recurring problems: - Something goes wrong with layout when the dialog is opened the first time. But then opening it a second time seems to solve (most) of the issues. - None of the dialogs seems to properly account for the vertical space (not even the second time it's opened). Perhaps also horizontal space, as I was able to scroll very far to the side with my touchpad. I think both issues are interlinked. I'm also quite sure that the issue is located in upstream `Kirigami.Dialog`, but I don't have a clue where to start looking (also because everything worked properly with qt5). -- You are receiving this mail because: You are watching all bug changes.