Closed
Bug 373770
Opened 19 years ago
Closed 19 years ago
cannot add bookmark
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 214530
People
(Reporter: henry.fai.hang.chan, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
The nsSidebar.js does not allow adding of websites to the sidebar. Please allow adding of http:// urls instead of https:// and ftp://. And, please allow adding bookmarks with window.external.addbookmark, instead of window.sidebar.addpanel.
thanks.
Reproducible: Always
Steps to Reproduce:
1.go to npmps47.myweb.io
2.click on my "add to bookmarks link" (not the one where it says drag)
3.
Actual Results:
nothing happened. I checked error console, and in there, i clicked on nsSidebar.js. It revealed that only HTTPS:// and FTP:// are accepted.
Expected Results:
it should add a bookmark.
Reporter | ||
Updated•19 years ago
|
Version: unspecified → 2.0 Branch
Comment 1•19 years ago
|
||
That's a regular expression: https? is http, optionally followed by s.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•