Summary: | Search+Replace tab key jumps to editor window so you never reach "replace" | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-ktexteditor | Reporter: | Michael Ziegler <diese-addy> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jpmbatrina01, kare.sars |
Priority: | NOR | ||
Version First Reported In: | 5.78.0 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/ktexteditor/commit/f406a880dbaa2a72e4e807ae9cae2435ca479fda | Version Fixed In: | 5.99 |
Sentry Crash Report: | |||
Attachments: | KTexteditor Search and Replace Tab Navigation |
Description
Michael Ziegler
2021-08-12 08:08:39 UTC
Thanks for the report! I cannot reproduce with the latest version... Can you test with a newer version? You should be able to install and test with either the Snap package or one of the Appimages you can find at https://kate-editor.org/get-it/ Regards, Kåre Created attachment 141088 [details]
KTexteditor Search and Replace Tab Navigation
I can confirm the bug with kate/ktexteditor built from master. To clarify, the bug is with the builtin ktexteditor search and replace, not the S&R plugin of kate (see attached video).
The Replace/Find buttons can be accessed by using Shift+Tab instead. In fact, the navigation is more "normal" or "complete" when using Shift+Tab since it visits all widgets in contrast with using only Tab which skips the Replace/Find buttons as reported here.
*Correction, navigating with Tab navigates only until the "Mode" combobox before going to the main text area. The rest of the widgets are only navigatable by going back with Shift+Tab, but then it skips the widgets that were navigatable with Tab Git commit f406a880dbaa2a72e4e807ae9cae2435ca479fda by Waqar Ahmed. Committed on 03/10/2022 at 08:55. Pushed by waqar into branch 'master'. Fix tab order in search FIXED-IN: 5.99 M +11 -1 src/search/searchbarpower.ui https://invent.kde.org/frameworks/ktexteditor/commit/f406a880dbaa2a72e4e807ae9cae2435ca479fda |