Closed
Bug 107925
Opened 24 years ago
Closed 24 years ago
context menu items (cut, copy, paste, delete, select all) don't work
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.7
People
(Reporter: skasinathan, Assigned: cmanske)
Details
(Whiteboard: EDITORBASE)
Attachments
(1 file)
2.40 KB,
patch
|
Brade
:
review+
hewitt
:
superreview+
|
Details | Diff | Splinter Review |
Right click in the body of the composer. Select paste. Nothing is pasted. I'm
not sure abt other menuitems.
today's trunk on win2k.
Comment 1•24 years ago
|
||
Changed component from Compositor to Editor:Composer
Assignee: kmcclusk → syd
Component: Compositor → Editor: Composer
QA Contact: petersen → sujay
Badness -- duplicated on Windows NT 2001120703. The "Paste" menu item is
disabled in menubar, even though the text I copied made it into the clipboard
(verified I could paste elsewhere in the app).
Assignee: syd → cmanske
Whiteboard: EDITORBASE
Assignee | ||
Comment 3•24 years ago
|
||
I don't see the "Paste" menuitem disabled, but what I do see is that none of the
Cut/Copy/Paste commands work from the popup menu! They do work from the top-level
"Edit" menu.
Status: NEW → ASSIGNED
Target Milestone: Future → mozilla0.9.8
Assignee | ||
Comment 4•24 years ago
|
||
The menuitems in the top-level "Edit" menu are overlayed from
utilityOverlay.xul,
and they call the commands using "goDoCommand()" rather than "observes", so
this
fixes the context menu commands.
Assignee | ||
Comment 5•24 years ago
|
||
This is important, imho. Fix is ready, so will try to get in for 0.9.7
Comment 6•24 years ago
|
||
Comment on attachment 61169 [details] [diff] [review]
Fix: Don't use "obserses" for Commands not registered on Composer's content window.
r=brade
Attachment #61169 -
Flags: review+
Assignee | ||
Updated•24 years ago
|
Whiteboard: EDITORBASE, FIX IN HAND, need r=,sr= → EDITORBASE, FIX IN HAND, need sr=
Updated•24 years ago
|
Attachment #61169 -
Flags: superreview+
Comment 7•24 years ago
|
||
Comment on attachment 61169 [details] [diff] [review]
Fix: Don't use "obserses" for Commands not registered on Composer's content window.
sr=hewitt
Assignee | ||
Updated•24 years ago
|
Whiteboard: EDITORBASE, FIX IN HAND, need sr= → EDITORBASE, FIX IN HAND,reviewed
Assignee | ||
Comment 8•24 years ago
|
||
checked in
Comment 9•24 years ago
|
||
looks like several bugs like bug 107635, bug should be fixed as well as other
copy/paste bugs in bugzilla with this, yes?
Comment 10•24 years ago
|
||
I meant to add bug 79880 to that last comment.
Comment 11•24 years ago
|
||
maybe as this is related to composer, does mail/news context menus use the same
code path, or is it seperate? and would this fix be the same for mail/news
components like bug 107635, and bug 79880.
Assignee | ||
Comment 12•24 years ago
|
||
Mail-News, including Mail Composer, implement their own context menus, but I
hope what I found here will help!
Comment 13•24 years ago
|
||
This one is fixed. Verified on Win 2k in build 2001121803.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•