coteditor / CotEditor

Lightweight Plain-Text Editor for macOS
https://coteditor.com
Other
6.22k stars 424 forks source link

Tab-cycling in Find & Replace dialog window #1584

Closed sindlarv closed 2 months ago

sindlarv commented 5 months ago

Description

Tab-cycling in Find & Replace dialog window doesn't work as expected. When this window gets opened, it's not possible to change from the text field which is activated by default (=Find) to the next one (=Replace) with Tab key. When I try Shift-Tab, it allows me to activate all the dialog elements backwards, i.e. buttons Replace, Replace All, ... till Regular Expression switch. And then it stops, i.e. Replace text field can't be navigated not even in reverse order.

To Reproduce

  1. Use keyboard shortcut Command-F open Find & Replace window
  2. Type in a text into Find text field
  3. Hit "Tab" key to activate the next text field, to be able to type in text to replace with -> it's doesn't work.

Expected behavior

Users should be able to select individual UI elements just by using keyboard.

CotEditor version

4.7.3

macOS version

Ventura 13.6.3 (MacBook Air M1)

Additional context

No response

1024jp commented 2 months ago

Sorry for my late reply, but I could not reproduce your issue. Is there any possible condition to reproduce this?

https://github.com/coteditor/CotEditor/assets/1165044/75ec13dc-31de-4554-9d12-9daecaf9283a

sindlarv commented 2 months ago

I'm not sure what has changed but as of this time (with CotEditor 4.8.2, MacOS 13.6.6), I can only confirm that I'm not able to reproduce the problem anymore. It makes me happy, thanks :)

1024jp commented 2 months ago

Thank you for the reply. As at least the current version seems to have no problems, I close this issue. Feel free to report if it occurs again.