Textfield and full screen problem in webplayer

I have a textfield in my game to enter the username and password. In normal screen it works properly. But if I go first to full screen (without select any textfield) I can’t select the field to write. I must go again to normal screen, select the field and after that, if I go to full screen it works!!
Any ideas?

Are you saying that the mouse is still visible, but clicking on the text field doesn’t select it? Does this happen with the username or password fields, or both?

My problem is in every field I put. Here I have an example. I’m sorry, the game is a Beta and only in Spanish but you can see my problem.

  1. Load the game
  2. First, go to full screen mode
  3. Click the First button in the menu pannel. It says “Comenzar a jugar”
  4. There you can see 2 fields. I’m not able to writte in both of them. But if I go to normal screen it works. And the code for these fields is usual.

http://www.axrodigital.com/tank/tank_esp/jugar.php

name = GUI.TextField ( Rect (90, 10, 100, 20), name );

Thanks for your help!!