1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
---|
3 | <head> |
---|
4 | <META content="IE=7.0000" http-equiv="X-UA-Compatible"> |
---|
5 | <meta content="text/html; charset=utf-8" http-equiv="content-type" /> |
---|
6 | <script type="text/javascript" src="../ckeditor_source.js"></script> |
---|
7 | </head> |
---|
8 | <body> |
---|
9 | <div> |
---|
10 | To Reproduce: |
---|
11 | <ul> |
---|
12 | <li>Enter 2 lines of text in the editor.</li> |
---|
13 | <li>Click below the text and drag upwards to select the 2 lines of text</li> |
---|
14 | </ul> |
---|
15 | The following error occurs: <br><br> |
---|
16 | |
---|
17 | Message: Unspecified error.<br> |
---|
18 | Line: 429<br> |
---|
19 | Char: 11<br> |
---|
20 | Code: 0<br> |
---|
21 | URI: http://nightly.ckeditor.com/7495/_source/plugins/selection/plugin.js |
---|
22 | |
---|
23 | |
---|
24 | |
---|
25 | </div> |
---|
26 | |
---|
27 | <p> |
---|
28 | <textarea id="editor1"></textarea> |
---|
29 | <script type="text/javascript"> |
---|
30 | CKEDITOR.replace( 'editor1' ); |
---|
31 | </script> |
---|
32 | </p> |
---|
33 | </body> |
---|
34 | </html> |
---|