[gwt-contrib] Re: RPC policy files usage?

2010-02-23 Thread Ladislav Gazo
well, you may have as many client contexts as you wish. In local context configuration you need to copy RPC files to the server - and that is what you apparently don't want. But in remote context these RPC files are generated on the client (by ProxyCreator), they remain there and server is able to

[gwt-contrib] CSS3 box-shadow on PopupPanel with animation is clipped

2010-02-23 Thread ggeorg
Hi, I am working on a new theme for GWT gwt-mosaic based on CSS2 system colors and CSS3 appearance. Some issues I found so far are: 1. CSS3 box-shadow bug with patch: http://code.google.com/p/google-web-toolkit/issues/detail?id=4662can=4 2. PopupPanel's GlassPanel in WebKit does not fill all

Re: [gwt-contrib] Re: RPC policy files usage?

2010-02-23 Thread ed bras
He, to fetch them using HTTP connection to appropriate client. Indeed, that doesn't sound that bad, but I will need to maintan a mapping between the moduleBaseUrl that I receive in the backend and the actual http url of the module location where I can find the policy file. And these mappings are

[gwt-contrib] Issue 4027: TextBox fires JSException in IE on double click

2010-02-23 Thread jlabanca
Reviewers: jgw, Description: Double clicking on a disabled input element results in a native NPE: http://code.google.com/p/google-web-toolkit/issues/detail?id=4027 GWT fires a synthetic click event on double click in IE. However, if an input element is disabled, the srcElement of the event is

[gwt-contrib] Re: CSS3 box-shadow on PopupPanel with animation is clipped

2010-02-23 Thread Kango_V
This is really good work. Only one thing i'd prefer though. Can you make the table highlight be the full width? Just makes it easier on the eyes. Small thing though. Well done. On Feb 22, 3:01 pm, ggeorg georgopoulos.georg...@gmail.com wrote: Hi, I am working on a new theme for GWT