Bug 143234

Summary: Edit...Copy and Edit... Paste should be appropriately enabled and disabled
Product: [Applications] kst Reporter: Andrew Walker <arwalker>
Component: generalAssignee: kst
Status: RESOLVED LATER    
Severity: normal    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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.