Closed
Bug 206472
Opened 22 years ago
Closed 21 years ago
"Bookmark This Link" does not create bookmark
Categories
(SeaMonkey :: Bookmarks & History, defect)
SeaMonkey
Bookmarks & History
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: phil.pishioneri, Assigned: p_ch)
References
Details
(Keywords: fixed1.4.2, useless-UI, Whiteboard: patch)
Attachments
(1 file)
678 bytes,
patch
|
janv
:
review+
bzbarsky
:
superreview+
asa
:
approval1.4.1-
mkaply
:
approval1.4.2+
asa
:
approval1.5+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4b) Gecko/20030507
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4b) Gecko/20030507
While viewing a piece of mail or news article, selecting "Bookmark This Link"
from the context pop up menu does not work.
No bookmark is created. An error is logged in the JavaScript Console:
Error: BMSVC has no properties
Source File: chrome://communicator/content/bookmarks/bookmarks.js
Line: 1547
Reproducible: Always
Steps to Reproduce:
Comment 1•22 years ago
|
||
Confirming with build 2003052004 and Windows XP.
The Bookmark Service is not initialized when the command for the context menu
item is executed.
I made a patch that does this initialization every time when oncommand for this
menu item occurs. This fixes the bug but since I'm not very experienced with
hacking Mozilla there might be a better way to fix it. I'll attach my patch in a
second.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: MacOS X → All
Hardware: Macintosh → All
Comment 2•22 years ago
|
||
See comment #1.
I think it shouldn't slip our attention at 1.4 because it exposes a non working
feature. Anyway, there is already a patch. Is it possible for this to get a review?
Keywords: useless-UI
Whiteboard: patch
Updated•22 years ago
|
Attachment #123807 -
Flags: review?(chanial)
Comment 5•21 years ago
|
||
stefan: can you chase reviews for this patch?
Gerv
Comment 6•21 years ago
|
||
Comment on attachment 123807 [details] [diff] [review]
Fix
looks good
Attachment #123807 -
Flags: review?(pierre_tmp) → review+
Updated•21 years ago
|
Attachment #123807 -
Flags: superreview?(bienvenu)
![]() |
||
Comment 7•21 years ago
|
||
Comment on attachment 123807 [details] [diff] [review]
Fix
sr=bzbarsky
Attachment #123807 -
Flags: superreview?(bienvenu) → superreview+
Comment 8•21 years ago
|
||
Comment on attachment 123807 [details] [diff] [review]
Fix
Asking for approval for 1.4.1 and 1.5. If it's to late for 1.4.1, please
consider this for 1.4.2.
Attachment #123807 -
Flags: approval1.5?
Attachment #123807 -
Flags: approval1.4.1?
Comment 9•21 years ago
|
||
Comment on attachment 123807 [details] [diff] [review]
Fix
a=asa (on behalf of drivers) for checkin to Mozilla 1.5
Attachment #123807 -
Flags: approval1.5? → approval1.5+
Comment 10•21 years ago
|
||
trunk checkin done
Checking in mailWindowOverlay.xul;
/cvsroot/mozilla/mailnews/base/resources/content/mailWindowOverlay.xul,v <--
mailWindowOverlay.xul
new revision: 1.254; previous revision: 1.253
done
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 11•21 years ago
|
||
Comment on attachment 123807 [details] [diff] [review]
Fix
too late for 1.4.1. if you'd like to see this in the next 1.4.x release please
set the approval1.4.2? flag.
Attachment #123807 -
Flags: approval1.4.1? → approval1.4.1-
Updated•21 years ago
|
Attachment #123807 -
Flags: approval1.4.2?
Comment 12•21 years ago
|
||
Comment on attachment 123807 [details] [diff] [review]
Fix
a=mkaply for 1.4.2
Attachment #123807 -
Flags: approval1.4.2? → approval1.4.2+
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•