after wasting a lot of time in the horrible java dev mode of IE i found was a set of cell height to 0%....in a wide application it's impossible to make guess using the basic support of IE...anyway...that's it..all right in the GWT project just IE don't like 0% as value....
On Mon, Nov 17, 2014 at 3:47 PM, Giuseppe Parrinello <[email protected]> wrote: > Ok, starting back now i'm facing the fact IE says "Invalid argument" on > <!DOCTYPE HTML> > > <!DOCTYPE HTML> > <html> > <head> > <meta http-equiv="X-UA-Compatible" content="IE=9"> > <meta http-equiv="content-type" content="text/html; charset=UTF-8"> > > > any guess? > > On Mon, Nov 17, 2014 at 2:56 PM, Giuseppe Parrinello <[email protected]> > wrote: > >> &%$&** you right ! I wasted lot of time investigating in the wrong >> direction, the actual problem is >> >> "Object doesn't support property or method 'addEventListener'" a totally >> different question!! >> >> On Mon, Nov 17, 2014 at 2:34 PM, Jens <[email protected]> wrote: >> >>> and happens also when I'm using IE emulation in Safari at any version... >>>> >>> >>> You can not emulate IE in Safari / Chrome / Firefox because all these >>> browsers only emulate the user agent value but do not emulate IE specific >>> DOM properties like document.documentMode. So it is expected that GWT apps >>> will fail if you use an IE user agent value with Safari / Chrome / Firefox >>> since GWT now thinks it is an IE and tries to use documentMode to figure >>> out which exact version of IE you are using. >>> >>> You should only focus on real IE browsers. >>> >>> -- J. >>> >>>> -- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "Google Web Toolkit" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/google-web-toolkit/S38VPsspl20/unsubscribe >>> . >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> To post to this group, send email to [email protected] >>> . >>> Visit this group at http://groups.google.com/group/google-web-toolkit. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
