Hi,
I'm on OS X, GWT 1.7.0. I run the following in hosted mode, and when
I try to paste or copy text with a key shortcut (ie, Command-V) it
just beeps at me. It works okay if I compile and run in Safari. Any
ideas? I have a more complex app where even in Safari the TextArea
just beeps. When I simplified the code to this, for posting it here,
it started working in Safari but still not in hosted mode.
thanks,
Rob
public void onModuleLoad()
{
TextArea a = new TextArea();
a.setVisibleLines(10);
a.setCharacterWidth(80);
RootPanel.get("all").add(a);
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---