MongoX / seaglass

Automatically exported from code.google.com/p/seaglass
0 stars 0 forks source link

JSpinner buttons do not paint focus border on Java 7 #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create a spinner around a text field
When the text field is focused the field and the buttons are sourrounded by a 
blue border. On Java 7 the border only surrounds the field but not the spin 
buttons.

This seems to happen on all platforms.
It seems the painter for the buttons is not selected correctly. It always 
selects the
background painter and not the background-selected painter.

This needs further investigation what is going wrong here.

- Rossi

Original issue reported on code.google.com by rosstaus...@googlemail.com on 25 Jun 2012 at 9:07

GoogleCodeExporter commented 9 years ago
Fixed with revision 1634

Original comment by rosstaus...@googlemail.com on 14 Nov 2013 at 9:17