Ghost Cut – or why Cut and Paste is broken everywhere
Cut and paste functionality is fundamentally broken across all major applications because cuts cannot be fully undone (clipboard contents remain), cutting causes unwanted text reflow requiring users to relocate their paste destination, and cut-paste operations are not atomic—requiring multiple undos to fully reverse the action. A proposed solution called "Ghost Cut" addresses these issues by fading selected text upon cutting (making it inert but visible) without touching the clipboard, then removing it only when pasted, creating a single reversible operation that avoids clipboard pollution.
Read Full Article →