Issue 122581 - ctrl-f search since 2.4.0 stopped focusing and selecting text field on open
Summary: ctrl-f search since 2.4.0 stopped focusing and selecting text field on open
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: 3.4.1
Hardware: All All
: P3 Normal (vote)
Target Milestone: 4.1.0
Assignee: hdu@apache.org
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-24 22:25 UTC by webadmin
Modified: 2017-05-20 10:33 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
This is screenprint of how 2.4.0 looks when ctrl-f box opens (15.94 KB, image/png)
2013-06-26 18:05 UTC, webadmin
no flags Details
Patch to focus handling for the search combobox of Record Search dialog (1.46 KB, patch)
2013-06-26 19:08 UTC, hanya
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description webadmin 2013-06-24 22:25:09 UTC

    
Comment 1 webadmin 2013-06-26 18:05:36 UTC
Created attachment 80919 [details]
This is screenprint of how 2.4.0 looks when ctrl-f box opens

This is screenprint of how 2.4.0 looks when ctrl-f box opens. The text is selected and the focus is in the text box. Later versions stopped focusing and selecting.
Comment 2 hanya 2013-06-26 19:08:50 UTC
Created attachment 80920 [details]
Patch to focus handling for the search combobox of Record Search dialog

I do not know why this happen since 2.4.0, but recent version needs 
focus handling to select the text inputted in the box.
The attached patch adds focus event handling to select the text of the combobox 
when the control is focused.
Comment 3 SVN Robot 2013-07-10 12:16:12 UTC
"hdu" committed SVN revision 1501747 into trunk:
#i122581# reestablish focus of the Record Search dialog to the search combobox
Comment 4 hdu@apache.org 2013-07-10 12:18:46 UTC
Thanks for debugging and solving the issue!