Hi, since about two weeks we're having trouble with our gwt application. It works quite well in all browsers, except Opera (all versions we can get our hands on). In Opera our application doesn't event start. Dragonfly shows two erros in our index.html file:
Declaration syntax error bsolute; width:0; height:0; border:none; left: -1000px; top: -1000px; !important -------------------------------------------------------------------------------- ^ Unexpected end of file bsolute; width:0; height:0; border:none; left: -1000px; top: -1000px; !important -------------------------------------------------------------------------------- ^ This stuff is rendered via the compiled file vz_main.nocache.js: https://gist.github.com/1283812 (line 2, character 2316++, or search for "; !important") If we remove " !important" from that generated file everything works fine again. It seems to us that this is some gwt framework code but not our own. We don't have this styles in our code. During our search we stumbled upon that file from the gwt core: http://code.google.com/p/google-web-toolkit/source/browse/releases/2.4/dev/core/src/com/google/gwt/core/ext/linker/impl/installLocationIframe.js Is that !important in line 30 our problem? (Somehow this css doesn't look right to us, a !important needs some values right?) Does anyone of you smart guys know how we could solve this problem? Thanks, Peter -- 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.
