You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hey everyone,
I have a pretty simple popup with a couple of text boxes in it. When
it comes up, i'd like the focus to be on the first text box.
Unfortunately, the focus is getting lost when the popup is shown and
i'm not sure what is eating it. Does anyone have some insight into
what might be going on? I've even tried overriding show() to set the
focus after i make the call to super.show().
Thanks!
bryan
Bryan
unread,
Nov 21, 2008, 12:24:16 AM11/21/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Okay so it seems that overriding show() actually is setting the focus
on the textBox but the cursor is not showing up.
markmccall
unread,
Nov 21, 2008, 9:03:56 AM11/21/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
There is a know bug in FireFox that might be causing this: