Open TCROC opened 3 years ago
This occurs for me when using arrow keys to navigate any popup windows
This seems like a relatively low priority issue. Can I try to fix it? I don't have much time to work on consulo (mainly just an hour or 2 before bed. Otherwise I'm developing for work or for our game), but I'd like to start contributing when I can. This might allow me to start getting an understanding of how the consulo works. If not this issue, is there a different small / low priority issue you would rather me give a try?
I'm going through the code and realizing this may not be a bug. It may be a design choice. I see that "ENTER" is used as the key that invokes the "default action" in different places throughout the code. And that the "Spacebar" can be used to select individual items. However, this did confused me. I suggest that "Enter" and "Space" both should select the currently highlighted option. And "Ctrl + Enter" should be used to select the "default" option. What do you think?
Strange thing. Arrows must be controlled focus (blue border). And Enter will press focused button. At initial show of dialog, default button focused by default
On Windows. On other OSes, can be different logic (if understand correct)
Strange thing. Arrows must be controlled focus (blue border). And Enter will press focused button. At initial show of dialog, default button focused by default
Ok cool. I'll add in that behavior :)
On Windows. On other OSes, can be different logic (if understand correct)
Is there a standard somewhere I can refer to? I can add that logic in as well. So far in my personal experience, I've found Windows and LInux to be "Ctrl + Enter" and MacOS to be either "Ctrl + Enter" or "Command + Enter".
Ok cool. I'll add in that behavior :)
It must exists already. Focus at ubuntu not controlled? I will test at weekends
Nope. Focus + Space selects the focused item. Focus + Enter selects the default item.
It must exists already. Focus at ubuntu not controlled? I will test at weekends
If you are going to test the issue this weekend, I'll let you work on this issue :)
Expected Behaviour: Navigate to "Cancel" with arrow keys and hit the "Enter / Return" key. This should cancel the close process.
Actual Behaviour: Consulo closes as if I clicked the "Exit" button.
About Info: