Closed
Bug 37078
Opened 25 years ago
Closed 25 years ago
Edit menu items in the history window do not work.
Categories
(Core :: DOM: Navigation, defect, P2)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
mozilla0.9
People
(Reporter: Burnsjo, Assigned: alecf)
References
Details
(Whiteboard: fix in hand)
Attachments
(1 file)
|
2.18 KB,
patch
|
Details | Diff | Splinter Review |
Bug : None of the Edit menu Items in the History window work.
Steps to repro:
1. Launch the Address Book component of Netscape 6
2. Click on the "Tasks" ("Aufgaben") menu
3. Click "Tools" ("Extras")
4. Click "History" ("History")
5. Click on the "Edit" ("Bearbeiten")
6. Select any option on the list.
Nothing happens regardless of the option choosen
This is a bug in the core product (not de version) as well.
http://bugzilla.mozilla.org/show_bug.cgi?id=32021
You should probably mark it a dup of that one.
Status: UNCONFIRMED → NEW
Ever confirmed: true
QA Contact: Burnsjo
Updated•25 years ago
|
Assignee: laurasl → putterman
QA Contact: Burnsjo → lchiang
Comment 2•25 years ago
|
||
Bug in the US product, so reassigning it
If this is in the history book, it doesn't belong to mail/news. Need to
reassign.
Does this bug happen in the history window from the browser?
Comment 5•25 years ago
|
||
Reassigning as per Don
Assignee: don → slamm
Component: Address Book → History
Keywords: nsbeta2
Product: MailNews → Browser
Summary: Address Book: DE: Edit menu items in the history window do not work. → Edit menu items in the history window do not work.
Target Milestone: --- → M17
Comment 9•25 years ago
|
||
I added the "View", "Tasks", and "Help" menus. The edit menu items still need
some work and the "Search" menu needs to be added (should go in
utilityOverlay.xul).
Comment 10•25 years ago
|
||
Added "rjc" to status whiteboard since we need Robert's help to fix this for
beta 2 while slamm is on sabbatical.
Priority: P3 → P2
Whiteboard: [nsbeta2+] → [nsbeta2+][rjc]
Updated•25 years ago
|
Whiteboard: [nsbeta2+][rjc] → [rjc]
Comment 11•25 years ago
|
||
In its current state, I'm removing the "nsbeta2+" status for PDT to reconsider
as I don't think that this is critical for beta2.
Comment 12•25 years ago
|
||
Putting on [nsbeta2-] radar. Not critical to beta2. Adding "nsbeta3" keyword
for consideration of a fix for that milestone.
Keywords: nsbeta3
Whiteboard: [rjc] → [nsbeta2-] [rjc]
Comment 13•25 years ago
|
||
m18
Comment 14•25 years ago
|
||
Nav triage team: [nsbeta3-]; Claudius is writing a new bug to remove the
nonworking "Find in History" and "Find Again" items in the History window Edit
menu.
Whiteboard: [nsbeta2-] [rjc] → [nsbeta2-] [rjc] [nsbeta3-]
Comment 15•25 years ago
|
||
nominating rtm. This is annoying.
Comment 16•25 years ago
|
||
over to don --who should own this now that slamm's gone?
and this seems to have missed the rtm boat. so unless this has been
fixed/whatever, am adding relnoteRTM.
Assignee: slamm → don
Keywords: relnoteRTM
Updated•25 years ago
|
Whiteboard: [nsbeta2-] [rjc] [nsbeta3-] → [nsbeta2-] [rjc] [nsbeta3-] relnote-user
Comment 17•25 years ago
|
||
*** Bug 59759 has been marked as a duplicate of this bug. ***
| Assignee | ||
Updated•25 years ago
|
Comment 19•25 years ago
|
||
UI comment: History is read-only in a sense that should not be able to paste into
history (Not to self: update history spec to not that fact). Removing items and
putting items onto the clipboard should be enabled though. I think this works as
it should last Alec checked on a trunk build.
Further suggestion: we should somehow tie things better in with the pref that
allows you to erase all history, at least common wording etc.
Comment 21•25 years ago
|
||
this should not be targetted on mozilla 0.9 if Netscape has determined that
alecf will not be working on it between now and nsbeta1.
| Assignee | ||
Comment 22•25 years ago
|
||
| Assignee | ||
Comment 23•25 years ago
|
||
the proposed patch fixes some minor bugs in the nsTreeController's cut method,
as well as removing the paste menu items (bug 63613) and fixing up "cut" by
adding the appropriate observer, and so forth.
| Assignee | ||
Updated•25 years ago
|
Whiteboard: relnote-user → fix in hand
Comment 24•25 years ago
|
||
looks good.
Comment 25•25 years ago
|
||
As mentioned in bug # 63613, the "Paste" menu item should be disabled on Mac
instead of removed.
| Assignee | ||
Comment 26•25 years ago
|
||
as mentioned in that other bug, we'll handle the mac-specific case in another bug.
Comment 27•25 years ago
|
||
I'd suggest looking at how this was solved for bookmarks instead of checking in
the "Paste" menu item "fix" and then opening up yet another bug; basically,
check the userAgent, and if the platform isn't Mac, then remove the "Paste" menu
item node from the content model.
Comment 28•25 years ago
|
||
seems OK.
a=ben@netscape.com
| Assignee | ||
Comment 29•25 years ago
|
||
fix is in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Component: History: Session → Document Navigation
QA Contact: claudius → docshell
You need to log in
before you can comment on or make changes to this bug.
Description
•