[gwt-contrib] review request: clean up the RPC compile-time noise

2009-04-04 Thread Freeland Abbott
Hey Lex, With regard to http://code.google.com/p/google-web-toolkit/issues/detail?id=3461, I'd like you to review the attached patch. The basic idea is probably the obvious one: record any problems with good detail, but into a ProblemReport object; we decide later (back at STOB.build()) whether

[gwt-contrib] GWT 1.6 #5110 SVN: MouseWheel event not working on Firefox3

2009-04-04 Thread aris
Hello I just found that the mousewheel event is working in all browsers but not in Firefox 3 (3.0.7) using a simple new GWT appl with: public void onModuleLoad() { HTML sp = new HTML(Hello World); RootPanel.get().add(sp); sp.addMouseWheelHandler(new

[gwt-contrib] Re: Add StyleInjector to GWT trunk

2009-04-04 Thread Miroslav Pokorny
Using individual rules naturally has pluses and minuses. In this case in which one wants to add rules on mass it's not appropriate thus appending new css to a particular stylesheet is more appropriateread on for my views and some developer benefits. Take the stylesheet included by one