https://bugs.kde.org/show_bug.cgi?id=520318
--- Comment #12 from Friedrich W. H. Kossebau <[email protected]> --- Some positive news... (In reply to enkiferreiracosta867 from comment #11) > > So in summary, things are broken for you when it comes to mouse clicks on > > the data view, right? > > For things like placing the edit cursor, selecting data ranges, Right-click > > for context menu. > yup, only the keyboard works there > additionally, if i double-click anywhere in the file all it does is select 4 > consecutive bytes (a double word?) starting from where the text cursor is > > > And the mouse works as expected for the rest of the UI? > yup, i can click on the menus and the file browser just fine Okay, matches the analysis here, thanks for the quick replies, helped to pin down the problem. > > a possible cause might then be that the offset calculation for the mouse > > events is broken for the view somewhere, so check that for a start. So as other people could confirm the issue in the chat, and I was stuck with something, gave it already a quick look: Working theory not confirmed. Instead the cause was found to be some broken port to Qt6 on the filtering out of the mouse button events created from touch input (not wanted currently). And on wayland for some reason the input device type always being reported as Touchpad, not Mouse. Whereas with X11 it is always Mouse, even when using the touchpad. At least on my ancient thinkpad, when trying external mouse, trackpoint and touchpad. Oh well. Fixed the fitering code to just opt-out TouchScreen now. And now also saw mouse working again with wayland. So you might want to poke the Gentoo packager to update the preview package. But as also now noted in the commit message: code untested & unpolished, data loss expected, broken UI expected :) -- You are receiving this mail because: You are watching all bug changes.
