Ticket #9034: ierr.html

File ierr.html, 904 bytes (added by Jakub Ś, 12 years ago)
Line 
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="text/html; charset=utf-8" http-equiv="content-type" />
5        <meta http-equiv="X-UA-Compatible" content="IE=7">     
6        <script type="text/javascript" src="../ckeditor_source.js"></script>
7</head>
8<body>
9<div>
10To 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>
15The following error occurs: <br><br>
16
17Message: Unspecified error.<br>
18Line: 429<br>
19Char: 11<br>
20Code: 0<br>
21URI: 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>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy