thegooglecodearchive / marave

Automatically exported from code.google.com/p/marave
GNU General Public License v2.0
0 stars 0 forks source link

Search widget focus problem #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start marave
2. Press ctrl+F to show the search bar
3. Try typing there

What is the expected output? What do you see instead?

Text should appear in the search bar, but it appears in the editor widget

I am giving focus explicitly to the editor, so I don't know why this 
happens.

Original issue reported on code.google.com by roberto.alsina on 29 Jan 2010 at 3:27

GoogleCodeExporter commented 9 years ago
Workaround in r30: I needed to first give focus to the graphicsview, THEN to 
the 
widget. Is reasonable since graphicswidgets can be in ore than one view and 
can' t 
get focus unless the view is activated first.

Original comment by roberto.alsina on 29 Jan 2010 at 4:09