I can't reproduce this in 1.7.
I haven't heard of anyone having this problem before in any other version.

If you had supplied some code to reproduce this, that would have been
useful.

All the above also applies to the other two problems you posted recently.

Ian

http://examples.roughian.com


2009/8/21 BobM <[email protected]>

>
> I an using GWT 1.6.0.18.  I found no reference of this matter in
> either the 1.7 release notes nor the issues tracking list.
>
> I have a TextBox into which I can enter text.  I have a keyboard
> listener camped on the TextBox, looking for a "key_enter" and upon
> intercepting that event will execute a method which asks the user if
> they really wants to take this next step.  When the user says anything
> other than "y", the code resets the message and attempts to put the
> cursor back into the entry field by TextBox.setFocus().  However the
> program behaves as if the setFocus process actually re-reads the text
> in the TextBox, INCLUDING the enter key, re-triggering the key_enter
> event  ... such that the program re-asks the question.
>
> The only way I have been able to deal with this problem is not to
> attempt to setFocus back into that TextBox.  Not nice!
>
> Defect or feature?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to