Re: Printing with RootPanel vs RootLayoutPanel

2014-05-02 Thread slonik
Hi, Did you ever find out what was going on here? I have the same problem Thanks On Friday, 30 March 2012 00:40:57 UTC+1, Ted wrote: Hello, I have a GWT page created with UiBinder that I want to print. The top level element is a g:ScrollPanel with g:VerticalPanel. When I add the view

Re: Printing with RootPanel vs RootLayoutPanel

2014-05-02 Thread slonik
Hi, Did you ever find out what was going on here? I have the same problem, but only in chrome (Version 36.0.1964.4 dev-m), in all other browsers I've tested it prints out fine! Thanks On Friday, 30 March 2012 00:40:57 UTC+1, Ted wrote: Hello, I have a GWT page created with UiBinder that I

How to disable *specific* pruning/inlining with GWT compiler?

2014-05-02 Thread Sebastien Diot
I have been trying to create an API, such that it would look and feel the same, both from GWT Java code, and from manually written JavaScript code. After much Googling, I came to gwt-exporter, which is the universal answer used, for anyone trying to do such a thing. So I gave it a try;

Re: Printing with RootPanel vs RootLayoutPanel

2014-05-02 Thread slonik
I found a workaround in the end, I had a pretty much emprty body tag in my app html page, I foun dif I filled it with a load of br/ 's it printed out fine in chrome On Friday, 30 March 2012 00:40:57 UTC+1, Ted wrote: Hello, I have a GWT page created with UiBinder that I want to print. The

nocache.js Throws SecurityError When Local Data is Disabled (Storage Detection is Broken)

2014-05-02 Thread David
When Chrome (34.0.1847.131) is configured to Block sites from setting any data, it throws a SecurityError whenever localStorage or sessionStorage is accessed. As a result, apps with dev redirect enabled fail to load. Try it yourself. Settings Show advanced settings... Privacy Content

Re: nocache.js Throws SecurityError When Local Data is Disabled (Storage Detection is Broken)

2014-05-02 Thread Thomas Broyer
gwtproject.org needs to be recompiled with a newer GWT. 2.6.0 has the issue but it should be fixed in 2.6.1-rc1 and rc2: https://code.google.com/p/google-web-toolkit/issues/detail?id=8587 And gwtproject.org is still using 2.6.0:

Re: How to disable *specific* pruning/inlining with GWT compiler?

2014-05-02 Thread Thomas Broyer
On Friday, May 2, 2014 3:51:03 PM UTC+2, Sebastien Diot wrote: I have been trying to create an API, such that it would look and feel the same, both from GWT Java code, and from manually written JavaScript code. After much Googling, I came to gwt-exporter, which is the universal answer

error beanproxy can't Content other beanproxy

2014-05-02 Thread Jonathan Franchesco Torres Bca
Hi,i can to send a beanproxy in beanproxy from frontend to backend, but of backend to frontend i can't to send a beanproxy in of other beanproxy. In spanish. Hola, yo tengo una duda, yo puedo enviar un beanproxy con otro beanproxy dentro de este desde el cliente al servidor y funciona genial,

RichTextArea loses selection when it loses focus on IE9 - anyone ever solve this?

2014-05-02 Thread TimOnGmail
Regarding this: https://code.google.com/p/google-web-toolkit/issues/detail?id=6976 When the RichTextArea loses the focus, in IE9 it also loses its selection and the cursor position is reset at position 0 (or at an undefined position) I revived this bug here: