Closed
Bug 468409
Opened 17 years ago
Closed 17 years ago
Clicking Error Console link causes uncaught exception: 0x80004005 (NS_ERROR_FAILURE) [nsIWebNavigation.canGoBack]
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 463176
People
(Reporter: fehe, Unassigned)
Details
(Keywords: regression)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20081207 Lightning/1.0pre Shredder/3.0b2pre
If you click a link in Error Console, the following exception is produced:
Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIWebNavigation.canGoBack]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://global/content/viewSource.js :: UpdateBackForwardCommands :: line 681" data: no]
I'm thinking this may have been caused by Bug 467162.
Reproducible: Always
Steps to Reproduce:
1. Open Error Console.
2. Look for an entry with a link then click the link
3. Note the exception
Component: General → XPConnect
Keywords: regression
Product: Thunderbird → Core
Version: unspecified → Trunk
Comment 1•17 years ago
|
||
Nope, that's just our current error until the patch from bug 463176 lands in 1.9.1
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•