openlectures / ol-youtube

YouTube manipulation for OL
0 stars 1 forks source link

Placeholders in Username/Password field should disappear on field focus #11

Open kenlimmj opened 11 years ago

kenlimmj commented 11 years ago

Current behaviour:

On field focus the username and password placeholders remain there and must be deleted automatically. They should be set to disappear on click to allow the user to type in the credentials.

linanqiu commented 11 years ago

@yichenshen do you know how to do that? do I have to use SwingX ><

yichenshen commented 11 years ago

Just add a listener that does setText("") on click.

linanqiu commented 11 years ago

@yichenshen Lovely. Thanks so much :D

kenlimmj commented 11 years ago

Almost there. Placeholder should reappear in the box after focus is taken away if nothing has been entered in the field.