Closed
Bug 558664
Opened 15 years ago
Closed 15 years ago
Creating new bookmark with tag in Bookmark Manager throws lot of errors in error console
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: phazon, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a5pre) Gecko/20100411 Minefield/3.7a5pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a5pre) Gecko/20100411 Minefield/3.7a5pre
Then you add a new bookmark with tag in Bookmark manager, console shows alot of error messages
Reproducible: Always
Steps to Reproduce:
1. Open Bookmark manager, choose Bookmarks Menu in tree for example
2. Click Organize - New Bookmark
3. In "new bookmark" window input tag for now bookmark
4. See several error in Console
5. Remove bookmark tag from "new bookmark" window
6. See additional bunch of errors
Actual Results:
Bookwark will be added, but console is full of errors
Expected Results:
Just newly created bookmark
Example of error messages
First bunch, on adding tag to form
Error: [Exception... "'JavaScript component does not have a method named: "onBeginUpdateBatch"' when calling method: [nsINavBookmarkObserver::onBeginUpdateBatch]" nsresult: "0x80570030 (NS_ERROR_XPC_JSOBJECT_HAS_NO_FUNCTION_NAMED)" location: "JS frame :: file:///C:/Program%20Files/Minefield/components/nsTaggingService.js :: TS_tagURI :: line 193" data: no]
Source File: file:///C:/Program%20Files/Minefield/components/nsTaggingService.js
Line: 193
Error: [Exception... "'JavaScript component does not have a method named: "onEndUpdateBatch"' when calling method: [nsINavBookmarkObserver::onEndUpdateBatch]" nsresult: "0x80570030 (NS_ERROR_XPC_JSOBJECT_HAS_NO_FUNCTION_NAMED)" location: "JS frame :: file:///C:/Program%20Files/Minefield/components/nsTaggingService.js :: TS_tagURI :: line 193" data: no]
Source File: file:///C:/Program%20Files/Minefield/components/nsTaggingService.js
Line: 193
Second bunch, on removing tag from form
Error: [Exception... "'JavaScript component does not have a method named: "onBeginUpdateBatch"' when calling method: [nsINavBookmarkObserver::onBeginUpdateBatch]" nsresult: "0x80570030 (NS_ERROR_XPC_JSOBJECT_HAS_NO_FUNCTION_NAMED)" location: "JS frame :: file:///C:/Program%20Files/Minefield/components/nsTaggingService.js :: TS_untagURI :: line 253" data: no]
Source File: file:///C:/Program%20Files/Minefield/components/nsTaggingService.js
Line: 253
Error: [Exception... "'JavaScript component does not have a method named: "onBeforeItemRemoved"' when calling method: [nsINavBookmarkObserver::onBeforeItemRemoved]" nsresult: "0x80570030 (NS_ERROR_XPC_JSOBJECT_HAS_NO_FUNCTION_NAMED)" location: "JS frame :: file:///C:/Program%20Files/Minefield/components/nsTaggingService.js :: anonymous :: line 247" data: no]
Source File: file:///C:/Program%20Files/Minefield/components/nsTaggingService.js
Line: 247
Error: [Exception... "'JavaScript component does not have a method named: "onEndUpdateBatch"' when calling method: [nsINavBookmarkObserver::onEndUpdateBatch]" nsresult: "0x80570030 (NS_ERROR_XPC_JSOBJECT_HAS_NO_FUNCTION_NAMED)" location: "JS frame :: file:///C:/Program%20Files/Minefield/components/nsTaggingService.js :: TS_untagURI :: line 253" data: no]
Source File: file:///C:/Program%20Files/Minefield/components/nsTaggingService.js
Line: 253
Comment 1•15 years ago
|
||
does this happen in safe mode? http://support.mozilla.com/kb/Safe+Mode
Comment 2•15 years ago
|
||
no answer, most likely an add-on issue
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•