any chance to get FF15 dev plugin

846 views
Skip to first unread message

koma

unread,
Aug 29, 2012, 2:21:23 AM8/29/12
to google-we...@googlegroups.com
using chrome for now...

Thomas Broyer

unread,
Aug 29, 2012, 4:36:22 AM8/29/12
to google-we...@googlegroups.com
Brian is working hard on it: http://code.google.com/p/google-web-toolkit/source/list (all recent commits are about the plugin)

Dimitrijević Ivan

unread,
Aug 30, 2012, 4:05:33 AM8/30/12
to google-we...@googlegroups.com

koma

unread,
Aug 30, 2012, 9:08:09 AM8/30/12
to google-we...@googlegroups.com
confirmed working for FF15 on Linux 64-bit... thx !

Message has been deleted

Frank Hossfeld

unread,
Aug 30, 2012, 2:08:07 PM8/30/12
to google-we...@googlegroups.com
can confirm FF15 on OS X! Thanks!

José A. Brañez Perales

unread,
Aug 30, 2012, 2:52:18 PM8/30/12
to google-we...@googlegroups.com
I'm enjoying it in Windows 7 64. Thank you!!

James Wendel

unread,
Aug 30, 2012, 3:48:20 PM8/30/12
to google-we...@googlegroups.com
Tested on OSX 10.6 with FF15 and the GWT plugin seems to be working just fine.

Thad

unread,
Aug 30, 2012, 4:10:49 PM8/30/12
to google-we...@googlegroups.com
On Thursday, August 30, 2012 4:05:33 AM UTC-4, Dimitrijević Ivan wrote:
FF15 compatible GWT addon is in trunk http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi?spec=svn11253&r=11253

Works with 32-Linux (openSUSE 12.1) and Win7-64. 

Clint Gilbert

unread,
Aug 30, 2012, 6:05:20 PM8/30/12
to google-we...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Same here, thank you!

On 08/30/2012 09:08 AM, koma wrote:
> confirmed working for FF15 on Linux 64-bit... thx !
>
> -- You received this message because you are subscribed to the
> Google Groups "Google Web Toolkit" group. To view this discussion
> on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/b43tvSGdKBkJ.
> To post to this group, send email to
> google-we...@googlegroups.com. To unsubscribe from this
> group, send email to
> google-web-tool...@googlegroups.com. For more options,
> visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlA/458ACgkQ5IyIbnMUeTuPhgCfTwaBuniMvzI42o4ZyqTGMneb
ptgAni599Nj31sB6fjOBxcE24OemJw+3
=B8oE
-----END PGP SIGNATURE-----

Brian Slesinsky

unread,
Aug 30, 2012, 8:20:37 PM8/30/12
to google-we...@googlegroups.com
Thanks everyone. Our release process is surprisingly cumbersome, but it should be up soon.

- Brian

Brian Slesinsky

unread,
Aug 31, 2012, 1:18:47 PM8/31/12
to google-we...@googlegroups.com

I still need to update the missing plugin page.

Brian Slesinsky

unread,
Aug 31, 2012, 8:50:04 PM8/31/12
to google-we...@googlegroups.com
The missing plugin page is updated now.

http://gwt.google.com/missing-plugin/MissingPlugin.html

Juan Pablo Gardella

unread,
Aug 31, 2012, 8:56:31 PM8/31/12
to google-we...@googlegroups.com
Thanks Brian!!

2012/8/31 Brian Slesinsky <skyb...@google.com>
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

Dee Ayy

unread,
Sep 2, 2012, 2:50:04 PM9/2/12
to google-we...@googlegroups.com
Does the KeyPressHandler work for you in FF 15? I'm using OSX Snow
Leopard, but does it work for you anyway?
https://developers.google.com/web-toolkit/tools/gwtdesigner/tutorials/stockwatcher#event_handlers

newSymbolTextBox.addKeyPressHandler(new KeyPressHandler() {
public void onKeyPress(KeyPressEvent event) {
if (event.getCharCode() == KeyCodes.KEY_ENTER){
addStock();
}
}
});

Also noticed that the text box does not have focus, yet:
newSymbolTextBox.setFocus(true);

Thomas Broyer

unread,
Sep 2, 2012, 4:58:04 PM9/2/12
to google-we...@googlegroups.com


On Sunday, September 2, 2012 8:50:44 PM UTC+2, gwtApprentice wrote:
Does the KeyPressHandler work for you in FF 15?  I'm using OSX Snow
Leopard, but does it work for you anyway?
https://developers.google.com/web-toolkit/tools/gwtdesigner/tutorials/stockwatcher#event_handlers

newSymbolTextBox.addKeyPressHandler(new KeyPressHandler() {
        public void onKeyPress(KeyPressEvent event) {
                if (event.getCharCode() == KeyCodes.KEY_ENTER){
                        addStock();
                }
        }
});


The tutorial is known to not work in Firefox: http://code.google.com/p/google-web-toolkit/issues/detail?id=5558
Firefox is wrong, and key events are a mess overall: http://code.google.com/p/google-web-toolkit/issues/detail?id=5003

Reply all
Reply to author
Forward
0 new messages