Closed
Bug 484801
Opened 16 years ago
Closed 12 years ago
"Error: uncaught exception: 2147942487" when d&d an item into the empty area of the Library
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: whimboo, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b4pre) Gecko/20090322 Shiretoko/3.5b4pre ID:20090322030800
When you open the Library and select e.g. the Bookmarks Toolbar, you will have a white and empty area on the right side of the Library. Now d&d one of the bookmarks/separators/folders from this folder to that empty area. When dropping the following exception is thrown:
Error: uncaught exception: 2147942487
Happens for me with WinXP and OS X.
Comment 1•16 years ago
|
||
exception is NS_ERROR_ILLEGAL_VALUE
Updated•16 years ago
|
Keywords: regression,
regressionwindow-wanted
![]() |
||
Comment 3•16 years ago
|
||
while regression window finding i get e.g. with build
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1pre) Gecko/20081001 Minefield/3.1b1pre ID:20081001053411
Error: 'Illegal value' when calling method: [nsITreeView::getParentIndex] = NS_ERROR_ILLEGAL_VALUE
using above mentioned STR.
i presume this is the same error?!
![]() |
||
Comment 4•16 years ago
|
||
ok,
in build
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2pre) Gecko/20081012 Minefield/3.1b2pre ID:20081012033432
http://hg.mozilla.org/mozilla-central/rev/ee5135f3f773
it's Error: 'Illegal value' when calling method: [nsITreeView::getParentIndex] = NS_ERROR_ILLEGAL_VALUE
in build
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2pre) Gecko/20081013 Minefield/3.1b2pre ID:20081013033718
http://hg.mozilla.org/mozilla-central/rev/163e9f2fa5c1
it's Error: uncaught exception: 2147942487
=> range:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=ee5135f3f773&tochange=163e9f2fa5c1
![]() |
||
Comment 5•16 years ago
|
||
works:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1a2pre) Gecko/20080827031643 Minefield/3.1a2pre ID:20080827031643
with none of above errors
fails:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1a2pre) Gecko/20080828034823 Minefield/3.1a2pre ID:20080828034823
with Error: 'Illegal value' when calling method: [nsITreeView::getParentIndex] = NS_ERROR_ILLEGAL_VALUE
=> range:
http://hg.mozilla.org/mozilla-central/pushloghtml?startdate=2008-08-27+02%3A00&enddate=2008-08-28+03%3A48
Keywords: regressionwindow-wanted
Comment 6•16 years ago
|
||
This causes problems for users when they miss a drop target in the Library window. When dragging into the empty space of a tag folder, duplicate tags are added to the bookmark, rather than the expected behavior of adding the bookmark to the new tag.
Flags: wanted-firefox3.6?
Comment 7•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
Comment 8•12 years ago
|
||
looks wfm
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•