Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

DIVLogger cannot be instantiated on Internet Explorer 9 #61

Closed
GoogleCodeExporter opened this issue Mar 13, 2015 · 3 comments
Closed

DIVLogger cannot be instantiated on Internet Explorer 9 #61

GoogleCodeExporter opened this issue Mar 13, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Does the issue occur in "quirks mode", "standards mode" or both? If you
don't know, does your HTML page contains a DOCTYPE declaration?

What version of GWT are you using? 2.2.0

What version of the gwt-log jar file or library file are you using?
3.1.0

What operating system(s) are you using? 
Windows 7

Does the issue occur in web mode, development mode (formerly "hosted
mode"), both or don't know?
Both

What browser(s) do you use? 
IE 9

What is the browser version (if you know) from Help->About?


What steps will reproduce the problem? Please attach sample code if you
can.
VerticalPanel sitePanel = new VerticalPanel();
RootPanel rootPanel = RootPanel.get();
final DecoratedTabPanel p = new DecoratedTabPanel();
p.add(mp, "Bizmarx");
if(Log.getLogger(DivLogger.class).isSupported()) {
    Widget divLogger = Log.getLogger(DivLogger.class).getWidget();
    p.add(divLogger, "Log");
    p.selectTab(0);
}
sitePanel.add(p);
rootPanel.add(sitePanel);

What is the expected output? What do you see instead?
See attached screenshot.

Do you have a workaround?
Yes: don't use the div logger. 


Original issue reported on code.google.com by [email protected] on 27 Apr 2011 at 5:48

Attachments:

@GoogleCodeExporter
Copy link
Author

I have the same issue! When I swiched off the DivLogger and enabled the 
ConsoleLogger in *.gwt.xml file
 <set-property name="log_DivLogger" value="DISABLED" />
  <set-property name="log_ConsoleLogger" value="ENABLED" />
the error disappeared, but after that the page doesn't loaded in IE9! Other 
browsers(f.e. Chrome, FF4) still good! What woud be the problem in IE9
Thanks!

Additional info: When I turned on the "compatibility view" the page loaded 
correctly!! It is a compatibility feature by IE8??

Original comment by [email protected] on 7 Jun 2011 at 12:15

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Fixed in release 3.1.3

Original comment by [email protected] on 21 Jun 2011 at 12:01

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant