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

Disabling Firebug causes javascript exception #9

Closed
GoogleCodeExporter opened this issue Mar 13, 2015 · 1 comment
Closed

Disabling Firebug causes javascript exception #9

GoogleCodeExporter opened this issue Mar 13, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Start GWT application in Firefox with Firebug running
2. Disable Firebug
3. Enable Firebug
4. Cause a Log to be fired
5. $wnd.console has no properties exception shows in firebug with no log
message.


What is the expected output? What do you see instead?
Firebug exception:

$wnd.console has no properties
log_3(50000, "[FATAL] Uncaught
Exception:\ncom.google.gwt.core.client.JavaScriptException:\nJavaScript
TypeError exc...")AE69DD91A377BC1CB... (line 1008) log(50000, "[FATAL]
Uncaught Exception:", null)AE69DD91A377BC1CB... (line 81)
fatal("[FATAL] Uncaught Exception:",
com.google.gwt.core.client.JavaScriptException: JavaScript TypeError
exception: $wnd.console has no properties
stackTrace=[Ljava.lang.StackTraceElement;@1)AE69DD91A377BC1CB... (line 55)
$fatal_0(com.allen_sauer.gwt.log.client.impl.LogImplDebug@2
currentLogLevel=10000, "[FATAL] Uncaught Exception:",
com.google.gwt.core.client.JavaScriptException: JavaScript TypeError
exception: $wnd.console has no properties
stackTrace=[Ljava.lang.StackTraceElement;@1)AE69DD91A377BC1CB... (line 1273)
fatal_2("Uncaught Exception:",
com.google.gwt.core.client.JavaScriptException: JavaScript TypeError
exception: $wnd.console has no properties
stackTrace=[Ljava.lang.StackTraceElement;@1)AE69DD91A377BC1CB... (line 1090)
$onUncaughtException(com.allen_sauer.gwt.log.client.impl.LogImplBase$1@6
$H=6, com.google.gwt.core.client.JavaScriptException: JavaScript TypeError
exception: $wnd.console has no properties
stackTrace=[Ljava.lang.StackTraceElement;@1)AE69DD91A377BC1CB... (line 1397)
dispatchEventAndCatch(undefined, undefined, undefined,
undefined)AE69DD91A377BC1CB... (line 2595)
dispatchEvent(click clientX=0, clientY=0, button.gwt-Button, <button
title="Send a 'DEBUG' message" class="gwt-Button"
type="button">Log.debug(...)</button>
element=button.gwt-Button)AE69DD91A377BC1CB... (line 2578)
__dispatchEvent(click clientX=0, clientY=0)AE69DD91A377BC1CB... (line 3295)
[Break on this error] $wnd.console.error(message);

What version of the product are you using? On what operating system?

gwt-log 1.5.2
GWT 1.4.60
Firebug 1.05
Firefox 2.0.0.11
Windows Vista

Please provide any additional information below.

Issue replicated on Interactive Demo.

Original issue reported on code.google.com by D.OwainW...@gmail.com on 7 Feb 2008 at 11:13

@GoogleCodeExporter
Copy link
Author

Fixed in r150, which will be rolled into gwt-log-1.5.3 when it is released.

Thanks for the detailed report.

Original comment by fredsa on 8 Feb 2008 at 6:53

  • Changed state: Fixed
  • Added labels: Milestone-gwt-log-1.5.3

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