zhenyajiang / jupiter-eclipse-plugin

Automatically exported from code.google.com/p/jupiter-eclipse-plugin
0 stars 0 forks source link

On Mac OSX setting focus to the combo boxes does nothing #62

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When a new review issue is created the Review Editor comes to the top and is 
supposed to have 
focus set on the first combo box.  I have verified that this works with Windows 
but does not work on 
OSX.  I believe this must be some kind of limitation of the operating system 
itself because I am able 
to set focus on a text field just fine.  I am also unable to make any other 
application grab focus of a 
combo.

Perhaps a check for OS could happen and focus can be set on a text field.  This 
means the user will 
still have to use the mouse for the combo boxes but at least the focus will be 
in the correct view.

Marking as an enhancement because this is an OS issue and Jupiter is not the 
cause of the issue.

Original issue reported on code.google.com by jsakuda on 18 Jan 2009 at 9:24