Bug 143234 - Edit...Copy and Edit... Paste should be appropriately enabled and disabled
Summary: Edit...Copy and Edit... Paste should be appropriately enabled and disabled
Status: RESOLVED LATER
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-19 21:09 UTC by Andrew Walker
Modified: 2007-05-09 20:21 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Walker 2007-03-19 21:09:02 UTC
Version:           HEAD (using KDE KDE 3.5.1)
Installed from:    Compiled From Sources
OS:                Linux

PROBLEM:

The Edit...Copy and Edit...Paste menu items are always enabled, but instead should be disabled or enabled as appropriate

STEPS TO REPRODUCE:

Start Kst
Select the Edit... menu

RESULT:

The Copy and Paste menu items are enabled

EXPECTED RESULT:

The Copy and Paste menu items are disabled.
Comment 1 George Staikos 2007-03-30 21:02:43 UTC
The only case that won't be a huge performance impact is the case of paste in non-layout mode.  This is a trivial fix.  The others will require us to do very expensive iteration and rtti operations on every mouse move, key press, or other event.
Comment 2 Andrew Walker 2007-05-09 20:21:39 UTC
Later, maybe.