Rank: Advanced Member Groups: Member
Joined: 12/10/2014 Posts: 133
|
Hello EO support, It seems there is a bug in the exceCommand - copy [ ExecCommand(CommandIds.Copy) ] it doesn't work everytime on <PRE> tag. By the way if I use Ctrl+C shortcut it works fine. You can test on http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_preBest regards
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
Sorry about the delay. We have looked into this issue and found the root problem is because in this case the PRE element is inside a child iframe. ExecCommand is in fact ExecCommand on the top level frame, so it does not work for elements inside the child frame. We will see if we can expose the frame object so that you can directly specify which frame --- or default to the active frame. Once that supported, ExecCommand will work on the desired frames.
Thanks!
|