Skip to main content
Known Participant
November 3, 2009
Answered

RichEditableText: Control+z for undo works in firefox but does not work in internet explorer (ie)

  • November 3, 2009
  • 1 reply
  • 916 views
Hi,
I was doing some testing with RichEditableText and realized that the undo and redo when called by keyboard (Control + Z) in Internet Explorer does not work.

Thanks,


This topic has been closed for replies.
Correct answer GordonSmith

Unfortunately, I don't think IE passes Ctrl+Z to the Flash ActiveX control, which means this is a Microsoft issue. A version of TLF after 1.0 is likely to work around this problem by adding Undo/Redo to TLF's context menu.

Gordon Smith

Adobe Flex SDK Team

1 reply

GordonSmithCorrect answer
Participating Frequently
November 4, 2009

Unfortunately, I don't think IE passes Ctrl+Z to the Flash ActiveX control, which means this is a Microsoft issue. A version of TLF after 1.0 is likely to work around this problem by adding Undo/Redo to TLF's context menu.

Gordon Smith

Adobe Flex SDK Team

Known Participant
November 4, 2009
Hi, Gordon Smith, thanks for answer.

I tried to pass a javascript event to the flash but still the IE does not fire, but by the way there is no way around this situation.

With javascript I tried

document.attachEvent("onkeydown") but doesnt work, this not fires with flash over.