Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: CM8.4.1.201203, CQB8.4.1.201203
-
Fix Version/s: CM8.4.1.201204, CQB8.4.1.201204
-
Component/s: CUBRID Manager, CUBRID Query Browser
-
Labels:
-
Environment:
Linux, CentOS 6.2, X11, Gnome 2, jdk 1.6.0_29
Description
1. Open SQL Editor and write some statement
2. Press CTRL+F - Find windows pops-up
3. type something in the input search box and press enter
Expected result - Starts finding in the current editor
Actual result - Nothing happens. You have to either manually pres 'Find...' button, or press ALT+n
Additional enhancement
- Search settings (checkboxes) are not persisted. I have to choose 'Case sensitive' and 'Wrap search' every time I use the search functionality. This can be persisted in my preferences forever.
Issue Links
- relates to
-
TOOLS-51
Supporting Short keys as many as, and supporting "Enter" key when entering values on the UI menu
-
Test case
test for storing checked options
1. press CTRL+F keys in Query Editor
2. check "Match case", "Wrap search", "Match whole word only" checkbox
3. close find dialog
4. re-open find dialog
5. whether checked options are right?
6. quit CM/CQB
7. after run CM/CQB, press CTRL+F keys in Query Editor
8. whether checked options are right?
9. uncheck "Wrap search" checkbox, close dialog
10. restart CM/CQB
11. press CTRL+F keys in Query Editor
12. whether checked options are right?
test for enter key for searching to start
1. press CTRL + F on Query Editor
2. input some keyword what you want to find on Find what
3. press enter key, is it work?
4. input some keyword on Find what and Replace with
5. press enter key, can it replace some keyword?
6. focus on Find what
7. press enter key, can it find without replace keyword?
(if cursor on Find what and press enter key, it will be started to find something,
but, if you focus on "Replace with", it will be tried to find and replace something.)