Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux qt5 version: first click on code-tree filter cannot focus the input #5672

Open
Alexey-T opened this issue Aug 30, 2024 · 5 comments
Open

Comments

@Alexey-T
Copy link
Owner

Alexey-T commented Aug 30, 2024

Lazarus bug. gtk2 version is ok.

IDE shows that even 1st click calls MouseDown which calls SetFocus. but this does not call DoEnter method of ATSynEdit! so ATSynedit does not set flag FIsEntered and this disables the caret blinking.
2nd click - calls DoEnter.

@Alexey-T
Copy link
Owner Author

making the workaround: calling DoEnter in MouseDown, is not OK. it gives problems - 2 input fields can have focused-blue-border at the same time (e.g. code-tree fiter and console input).

@oldcastlehq
Copy link

Hey.

I'm not sure if it's related but I experienced the non focus on the input field when I installed the addons manager. The addon manage pops up, but I cannot type anything. I'm using Arch with QT6 version.

@Alexey-T
Copy link
Owner Author

Alexey-T commented Oct 15, 2024

You cannot type in the menu of addons to install? What if you mouse click that menu's title?

@oldcastlehq
Copy link

Here, and the addon pop up appears, the input is corrected focus, but I cannot type anything there.


cuda-2024-10-14_22 19 07

@Alexey-T
Copy link
Owner Author

maybe you have container-version (e.g. AppImage)? then try the usual one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants