Ticket #6414 (closed enhancement: fixed)

Opened 5 months ago

Last modified 4 months ago

more reliable cut/paste detection for editor undo/redo

Reported by: liucougar Owned by: liucougar
Priority: normal Milestone: 1.2
Component: Editor Version: 1.1.0
Severity: normal Keywords:
Cc:

Description

listen to oncut/onpaste events in Editor (IE and safari already support these while FF 3 will support them as well), so we do not need to listen to keyboard shortcuts

we need to remove undo/redo detection code for paste/cut in execCommand function when invoking paste/cut by clicking toolbar buttons

(for FF2, there is no way to detect cut/paste if using context menu. the only way around that is to provide custom context menu)

Change History

Changed 4 months ago by liucougar

  • status changed from new to closed
  • resolution set to fixed

fixed in r13273 (wrong ticket no. in that log)

Note: See TracTickets for help on using tickets.