Closed
Bug 5881
Opened 26 years ago
Closed 25 years ago
{feature} Cut/Copy/Paste menu items need to be more intelligent
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
M12
People
(Reporter: sujay, Assigned: sfraser_bugs)
References
Details
using 4/30 build on all platforms.
1) launch apprunner
2) launch editor from Task menu
3) Cut/Copy some text.
4) As you pull down the Edit menu to paste the text, notice that the Cut/Copy
menu items are not dimmed out like they should be after such an operation.
Also ensure:
before cut/copy of any text, they should be dimmed out if nothing is selected,
unless something is left over in the buffer.
Updated•26 years ago
|
Assignee: kostello → cmanske
Summary: Cut/Copy/Paste menu items need to be more intelligent → {feature} Cut/Copy/Paste menu items need to be more intelligent
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
Comment 2•26 years ago
|
||
I think Simon was assigned the menu enabling/disabling work, but this is a big
task so I'll hold on to this one.
Updated•25 years ago
|
Target Milestone: M7 → M9
Comment 3•25 years ago
|
||
This can wait.
Updated•25 years ago
|
Target Milestone: M9 → M10
Updated•25 years ago
|
Assignee: cmanske → sfraser
Status: ASSIGNED → NEW
Comment 4•25 years ago
|
||
Since Simon is doing menu enabling/disabling, I'm going to let him handle this.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•25 years ago
|
||
akk, is there a way to tell if the clipboard contains pastable data?
Comment 6•25 years ago
|
||
I don't think the Clipboard interfaces currently offer any way to do this.
Adding Clipboard people to the cc list -- xpfe folks, how can we do this?
Comment 7•25 years ago
|
||
hrm, there doesn't seem to be any "good" way to do this, besides, well, asking
the clipboard for the data and testing it yourself. I agree that kinda blows.
Tell me what you want and I'll think about how to do it. Do you want to open up
another bug for that?
Assignee | ||
Updated•25 years ago
|
Target Milestone: M10 → M12
Assignee | ||
Comment 8•25 years ago
|
||
M12
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 10•25 years ago
|
||
verified in 9/14 build.
You need to log in
before you can comment on or make changes to this bug.
Description
•