1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <meta http-equiv="X-UA-Compatible" content="IE=8" /> |
---|
5 | <script type="text/javascript" src="/ckeditor/ckeditor.js"></script> |
---|
6 | </head> |
---|
7 | <body> |
---|
8 | <h1>Right click menu bugs in CKEditor 4.1.1</h1> |
---|
9 | <p>Use IE8 with "View compatibility mode for all sites in intranet zone" checked. inPrivate-mode is recommended.<br /> |
---|
10 | <p>Request this document (with <i>X-UA-Compatible</i> tag set - saved on intranet site)</p> |
---|
11 | |
---|
12 | <form action="foo" method="post" id="frm"> |
---|
13 | <textarea name="FCKeditor1" id="FCKeditor1" rows="4" cols="40" style="WIDTH: 100%; padding:0px; margin: 0px;">Create a table here, then right click in the table. For me the appearing menu looks "boken"</textarea> |
---|
14 | |
---|
15 | <input type="hidden" name="dosave" value="" /> |
---|
16 | |
---|
17 | </form> |
---|
18 | <script type="text/javascript"> |
---|
19 | var ckeditor = CKEDITOR.replace( 'FCKeditor1' ); |
---|
20 | </script> |
---|
21 | |
---|
22 | </body> |
---|
23 | </HTML> |
---|