Dear kozura, after some testing, some essential mouseovers and mouseclicks stop happening in Firefox quirks mode, while they all happen fine in standards mode (despite gwt-diagrams2 and GWTCanvas not working in standards mode). Is this a known issue with an easy fix? Internet Explorer works as before in quirks mode, like you mentioned, thanks!
GWTCanvas doesn't work for me in Firefox in either mode.. do you know about this? Sorry to bring this up, but do you have that setCursorPos() for RichTextArea, that I've been needing in my app kind of urgently, but was wondering if you might be able to send me a prelim? My thanks, N On May 11, 9:53 pm, kozura <[email protected]> wrote: > The <!doctype html> indicates that the browser should be running in > standards mode, which is required for GWT 2.0's new LayoutPanel type > of layout. However just using the original layout panels (FlowPanel, > HorizontalPanel, etc) still works the same as ever, in quirks mode. > So if a library you want to use doesn't work in standards mode, then > just stick with the previous non-LayoutPanels; no need to go back a > version. > > http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html > > On May 11, 6:28 am, Navigateur <[email protected]> wrote: > > > Is there a way to get these things working in GWT 2.0? > > > I've found that gwt-diagrams2 works when deleting <!doctype html> from > > the html file, but other things don't work then! > > > Would anybody recommend me going back to GWT 1.7? > > > Many thanks, N > > > -- > > 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 > > athttp://groups.google.com/group/google-web-toolkit?hl=en. > > -- > 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 > athttp://groups.google.com/group/google-web-toolkit?hl=en. -- 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.
