Closed
Bug 202632
Opened 23 years ago
Closed 13 years ago
Imported NetPositive Bookmarks won't open
Categories
(SeaMonkey :: Bookmarks & History, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: rok11, Unassigned)
References
Details
(Whiteboard: [2012 Fall Equinox])
Attachments
(1 file)
|
896 bytes,
patch
|
thesuckiestemail
:
review+
neil
:
superreview-
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.4a) Gecko/20030418 Phoenix/0.5+
Build Identifier: Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.4a) Gecko/20030418 Phoenix/0.5+
I select Bookmarks > Imported NetPostive Bookmarks > BeBits
Reproducible: Always
Steps to Reproduce:
1. select Bookmarks > Imported NetPositive Bookmarks > BeBits
2. Nothing happens
Actual Results:
Nothing happens
Expected Results:
The bookmark should have caused Phoenix to open the BeBits website
Comment 1•23 years ago
|
||
That's known issue for BeOS port of Phoenix,
probably same trick as it was with Mozilla/XPFE bookmarks (kNC type URL in fallback)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•23 years ago
|
||
I'd like to see it fixed, but I have no BeOS expertize.
over to nobody so that BeOS folks can take it.
Assignee: chanial → nobody
Comment 3•23 years ago
|
||
pch, it will help me much if you point me to file name and place in it in
Phoenix code, which deals with bookmarks.
I know those things for Mozilla/XPFE, but not yet for Firebird.
Comment 4•23 years ago
|
||
Dergei: when opening a bookmark:
- from a menu: BookmarksMenu.loadBookmark (in bookmarksMenu.js)
- from a tree: openItemClick (in bookmarksTree.xml)
both then wraps the items in a bookmark selection that is used in
BookmarksCommand.openBookmark (bookmarks.js)
But the fact that we now use unique URI to identify bookmarks broke database
aggregation (bug 201019).
This is not just a problem in Firebird, but the Mozilla browser also. Shouldn't this be changed to "BROWSER"? Bugzilla won't let me change it.
Comment 7•22 years ago
|
||
-> Browser, per previous comment
Assignee: nobody → p_ch
Product: Firebird → Browser
Version: unspecified → Trunk
I'm not positive, but isn't this the same problem from these previous bugs"
http://bugzilla.mozilla.org/show_bug.cgi?id=65185
http://bugzilla.mozilla.org/show_bug.cgi?id=145858
I'm not a coder so I don't know if these bugs are all caused by the same thing
or not, but it sames that the imported Net+ bookmarks are broken very easily and
often.
Updated•21 years ago
|
Product: Browser → Seamonkey
Comment 9•20 years ago
|
||
changing kNC type in old hairy BeOS hack - it puts Net+ bookmarks work again from SeaMonkey (as component is Mozilla Suite)
For FF line to change is
http://lxr.mozilla.org/seamonkey/source/browser/components/bookmarks/src/nsBookmarksService.cpp#3381
and probably needs different bug to be filed.
review request.
Assignee: p_ch → sergei_d
Status: NEW → ASSIGNED
Attachment #205495 -
Flags: review?(thesuckiestemail)
Comment 10•20 years ago
|
||
Attachment #205495 -
Flags: review?(thesuckiestemail) → review+
Comment 11•20 years ago
|
||
Comment on attachment 205495 [details] [diff] [review]
patch
change inside #ifdef XP_BEOS - so must be safe for other platforms,
but asking sr anyway
Attachment #205495 -
Flags: superreview?(neil.parkwaycc.co.uk)
Comment 12•20 years ago
|
||
Comment on attachment 205495 [details] [diff] [review]
patch
I'm worried that this will cause other errors such as attempting to perform bookmark-like operations on non-bookmarks.
Attachment #205495 -
Flags: superreview?(neil.parkwaycc.co.uk) → superreview-
Updated•18 years ago
|
Assignee: sergei_d → nobody
Status: ASSIGNED → NEW
QA Contact: mconnor → bookmarks
Comment 13•13 years ago
|
||
Unfortunately, BeOS support was dropped a long ago making this bug obsolete, so I'm closing it.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Whiteboard: [2012 Fall Equinox]
You need to log in
before you can comment on or make changes to this bug.
Description
•