Closed
Bug 401333
Opened 18 years ago
Closed 18 years ago
Can't expand folder tree of Edit bookmark dialog [Exception... "'Illegal value' when calling method: [nsITreeView::isContainerOpen]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)"]
Categories
(Firefox :: Bookmarks & History, defect, P2)
Firefox
Bookmarks & History
Tracking
()
VERIFIED
FIXED
Firefox 3 beta1
People
(Reporter: hidenosuke, Assigned: asaf)
References
Details
(Keywords: regression)
Attachments
(1 file)
6.22 KB,
patch
|
moco
:
review+
mconnor
:
approvalM9+
|
Details | Diff | Splinter Review |
Can't expand folder tree of Edit Bookmark dialog.
Error message are displayed in the Error Console:
Error: uncaught exception: [Exception... "'Illegal value' when calling method: [nsITreeView::isContainerOpen]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: chrome://browser/content/places/editBookmarkOverlay.js :: EIO_toggleFolderTreeVisibility :: line 574" data: no]
Steps to reproduce:
1. Click star button on the location bar to open Edit bookmark dialog.
2. Click small triangle button right side of "Folder".
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a9pre) Gecko/2007102604 Minefield/3.0a9pre
Comment 1•18 years ago
|
||
I think this is a recent regression.
Assignee | ||
Comment 3•18 years ago
|
||
Comment 4•18 years ago
|
||
Comment on attachment 286396 [details] [diff] [review]
set the place only once the tree has a frame
r=sspitzer, thanks for the quick fix mano.
on a related note, do we need to worry about moveBookmarks.xul?
Attachment #286396 -
Flags: review?(sspitzer) → review+
Assignee | ||
Comment 5•18 years ago
|
||
hrm, moveBookmarks.xul doesn't hide its tree.
Assignee | ||
Updated•18 years ago
|
Priority: -- → P2
Target Milestone: --- → Firefox 3 M9
Assignee | ||
Updated•18 years ago
|
Attachment #286396 -
Flags: approvalM9?
Updated•18 years ago
|
Attachment #286396 -
Flags: approvalM9? → approvalM9+
Assignee | ||
Comment 7•18 years ago
|
||
mozilla/browser/components/places/content/editBookmarkOverlay.js 1.9
mozilla/browser/components/places/content/editBookmarkOverlay.xul 1.8
mozilla/browser/components/places/content/tree.xml 1.85
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 8•18 years ago
|
||
I confirmed the problem is fixed with new build.
Thanks a lot.
Updated•18 years ago
|
Flags: blocking-firefox3? → blocking-firefox3+
Comment 10•18 years ago
|
||
verified fixed using the steps to reproduce from this bug and:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a9pre) Gecko/2007110106
Minefield/3.0a9pre
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9a9pre)
Gecko/2007110105 Minefield/3.0a9pre
and Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9a9pre) Gecko/2007103103 Minefield/3.0a9pre
Status: RESOLVED → VERIFIED
Comment 11•16 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•