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)
Tracking
(Not tracked)
VERIFIED
FIXED
M15
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.
Updated•26 years ago
|
Assignee: slamm → rjc
Comment 3•26 years ago
|
||
Robert, here is another one for you. The personal toolbar "bookmarks" also does
the wrong thing.
Comment 4•26 years ago
|
||
Hold on, I think I see the problem. testing...
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M13
| Assignee | ||
Comment 5•26 years ago
|
||
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.
Comment 6•26 years ago
|
||
Yep, I agree.
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 7•26 years ago
|
||
Fixed.
| Assignee | ||
Comment 8•26 years ago
|
||
Mark as fixed too.
Comment 10•26 years ago
|
||
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
| Assignee | ||
Comment 12•26 years ago
|
||
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 ago → 26 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•