Closed
Bug 599772
Opened 15 years ago
Closed 13 years ago
Library: moving Bookmark Item from Child Folder to Parent Folder gives "this.result is null" Exception Error
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: xtc4uall, Unassigned)
References
Details
(Keywords: regression)
STR:
* Fx + new Profile/new places.sqlite File + Console2 Extension
* open Library
* open the "Mozilla Firefox" Folder in the left Pane
* create a new Folder via Right-Click in the right Pane and keep the Name "New Folder"
* drag one of the given Bookmark Items into the "New Folder" Folder
* open the "New Folder" Folder
* drag the Bookmark Item to the "Mozilla Firefox" Folder on the left Pane
* close the Library Window
Error Console Output:
Error: An error occurred updating the cmd_cut command: [Exception... "'Illegal value' when calling method: [nsINavHistoryResultTreeViewer::nodeForTreeIndex]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: chrome://browser/content/places/tree.xml :: get_selectedNodes :: line 293" data: no]
Source file: chrome://global/content/globalOverlay.js
Line: 86
----------
Error: An error occurred updating the cmd_paste command: [Exception... "'Illegal value' when calling method: [nsINavHistoryResultTreeViewer::nodeForTreeIndex]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: chrome://browser/content/places/tree.xml :: get_insertionPoint :: line 425" data: no]
Source file: chrome://global/content/globalOverlay.js
Line: 86
----------
Error: An error occurred updating the cmd_delete command: [Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsINavHistoryContainerResultNode.getChild]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: chrome://browser/content/places/treeView.js :: PTV__getNodeForRow :: line 259" data: no]
Source file: chrome://global/content/globalOverlay.js
Line: 86
----------
Error: An error occurred updating the cmd_paste command: [Exception... "'[JavaScript Error: "this.result is null" {file: "chrome://browser/content/places/tree.xml" line: 382}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://global/content/globalOverlay.js :: goUpdateCommand :: line 80" data: yes]
Source file: chrome://global/content/globalOverlay.js
Line: 86
----------
Error: An error occurred updating the cmd_selectAll command: [Exception... "'[JavaScript Error: "this._view.result is null" {file: "chrome://browser/content/places/controller.js" line: 179}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://global/content/globalOverlay.js :: goUpdateCommand :: line 80" data: yes]
Source file: chrome://global/content/globalOverlay.js
Line: 86
The Action ("Drag") itselfs works. But i cannot judge on the Meaning/Impact of that Output.
| Reporter | ||
Comment 1•15 years ago
|
||
Forgot one more Error Output:
Error: 'Illegal value' when calling method: [nsINavHistoryResultTreeViewer::nodeForTreeIndex] = NS_ERROR_ILLEGAL_VALUE
Source file: chrome://browser/content/places/tree.xml
Line: 369
Btw, if you focus back and forth from left Pane to right Pane, above Errors get repeatedly listed.
| Reporter | ||
Comment 2•15 years ago
|
||
Another Followup (getting late here ;-)):
Seamonkey Bug Version: Bug 590714
Comment 3•15 years ago
|
||
Regression window:
Works:
http://hg.mozilla.org/mozilla-central/rev/059e9961a122
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a2pre) Gecko/20100225 Minefield/3.7a2pre
Fails:
http://hg.mozilla.org/mozilla-central/rev/575fe0710b22
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a2pre) Gecko/20100225 Minefield/3.7a2pre
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=059e9961a122&tochange=575fe0710b22
Candidate bug:
Bug 520659 - Lazily build places trees when possible
| Reporter | ||
Updated•15 years ago
|
Blocks: 520659
Keywords: regressionwindow-wanted
Comment 4•13 years ago
|
||
I don't see any error reported anymore...
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•