We use GWT 1.5 for our rest results publishing dashboard. We extensively use GWT widgets like MenuBar, DialogBox, PopupPanel, etc. Everything had been working fine till date. However, when we recently upgraded Firefox to the latest version (3.6), a lot of features seem to have been broken. For example, clicking on the menu bar doesn't do anything. Clicks to invoke dialog boxes and popup panels are also ignored. The application works fine in IE (8.0), Google Chrome (5.0) and all versions of FF prior to 3.6. In Firefox 3.6, when I go to Tools -> Console to see the cause of failure, I see the following:
Error: $doc.getBoxObjectFor is not a function Source File: ... Line: 376 Does anyone know a fix or workaround for this issue? I also upgraded GWT libraries from version 1.5 to 2.0, but that didn't help. -- 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.
