Alexey-T / CudaText

Cross-platform text editor, written in Free Pascal
Mozilla Public License 2.0
2.39k stars 166 forks source link

"ui_tab_switcher_dialog": true -- regression #5523

Closed Alexey-T closed 1 month ago

Alexey-T commented 1 month ago

Linux gtk2+qt5

Tab Switcher don't work on

it must switch one step, but it doesn't close the dialog.

Alexey-T commented 1 month ago

local problem; not repeated on 2nd PC and on Windows.

Alexey-T commented 1 month ago

I see it only on 1 PC on Wayland. on both gtk2/qt5 versions. @pintassilgo, does it work for you on Wayland?

pintassilgo commented 1 month ago

Had to enable ui_tab_switcher_dialog to test, and also to run on pure Wayland because I currently run Cuda as Xwayland due to some already reported Lazarus bugs. I see no issue, it's working as expected. Ctrl+Tab shows the dialog. Releasing Tab, then releasing Ctrl closes the dialog and switches the tab.

Alexey-T commented 1 month ago

So it is local issue. closing it yet.