wiln / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

advancedform ctrl-z, ctrl-y is broken #137

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use ctrl-z or ctrl-y in internet explorer or in firefox on a mac

What is the expected output? What do you see instead?
undo or redo

What version of the product are you using? On what operating system?
2.4 on Windows XP / IE 7 or 2.4 on OS X 10.5.4 / Firefox 3

Please provide any additional information below.
ctrl-z is a pain.  Buzzword does it by accepting text in an off-screen div.
 I would recommend removing the functionality until flex is fixed.  If you
do fix this, fix it in a barebones textarea so the rest of us can profit.

Original issue reported on code.google.com by michael....@gmail.com on 2 Jul 2008 at 7:18

GoogleCodeExporter commented 8 years ago
Seems to be related to http://bugs.adobe.com/jira/browse/FP-815 (Some KeyDown 
Keyboard events (ie. CTRL+Z) are not trigger on IE7).
CTRL+Z is managed on keyDown event. As a workaraound (for IE7, not able to test 
it 
on a MAC), it should be managed on keyUp event...

Original comment by jeremy.r...@gmail.com on 22 Oct 2008 at 12:19

GoogleCodeExporter commented 8 years ago

Original comment by dmcc...@gmail.com on 8 Jan 2009 at 5:20