Closed Bug 19089 Opened 26 years ago Closed 26 years ago

Bookmarks imported from IE Favorites open bookmark file instead of URL.

Categories

(SeaMonkey :: Bookmarks & History, defect, P3)

x86
Windows NT
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: joe, Assigned: mozilla)

Details

If you click on a bookmark that is imported from IE, Mozilla opens the bookmark file with the ASCII text describing the bookmarked URL instead of opening the site given in the URL.
For me this only happens when you try to load the bookmark from the sidebar. You get ASCII text in the browser window: [InternetShortcut] URL=http://www.foobar.com. However everything works fine if you use the Bookmarks menu instead.
Assignee: leger → slamm
Component: Browser-General → Bookmarks
Changing to Bookmarks and reassigning.
Assignee: slamm → rjc
Robert, here is another one for you. The personal toolbar "bookmarks" also does the wrong thing.
Hold on, I think I see the problem. testing...
Status: NEW → ASSIGNED
Target Milestone: M13
I think the problem is that in various spots OpenBookmarkURL(node, root) is being called, which unfortunately is bad, as it wants to then call document.getElementById(root) but the document can be different. We need to change the routine to be something like OpenBookmarkURL(node, db) where "db" is the RDF database reference attribute which is set on the root of the tree, and change all callers to call the function via OpenBookmarkURL(node, document.getElementById(root).database); Easy fix for when the tree opens for M13.
Yep, I agree.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Fixed.
Mark as fixed too.
Adding verifyme keyword.
Keywords: verifyme
on M15 build 2000022908 this is not working. The problem isn't with all the bookmarks. The problem is 0KB files that show up in the Favorites directory. If I go to my C:\WINNT\Profiles\elwellj.000\Favorites\Imported from Netscape\ directory I notice a lot of 0KB files. These are showing up as bookmarks in Mozilla - but clicking on them just loads the blank file (and the location bar updates). IE isn't showing these bookmarks in their Favorite's drop down. So it seems like Mozilla should ignore IE bookmarks that are 0KB in size - even if named. Because I have a lot of files in there like "Linuxgames", "Techno Online". I'm not certain how they got to be 0KB because deleting a bookmark using IE's Favorite's manager places the file in the recycle bin - it doesn't 0 it out.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Target Milestone: M13 → M15
Updating QA Contact.
QA Contact: leger → claudius
jelwell@singleclick.com, I'm not sure how you managed to get these zero-length files. (If you can look into trying to reproduce it, that would be great.) If its still a problem for you, please open up a new bug. Remarking this bug as FIXED.
Status: REOPENED → RESOLVED
Closed: 26 years ago26 years ago
Resolution: --- → FIXED
marking VERIFIED
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
Keywords: verifyme
You need to log in before you can comment on or make changes to this bug.