Ticket #3320: 3320_tc.html

File 3320_tc.html, 891 bytes (added by Frederico Caldeira Knabben, 15 years ago)

TC page which clearly shows the problem.

Line 
1<html xmlns="http://www.w3.org/1999/xhtml">
2<head>
3        <title>CKEditor - Z-Index Container</title>
4        <script type="text/javascript" src="/ckeditor/ckeditor_source.js"></script>
5        <link type="text/css" rel="stylesheet" href="/ckeditor/_samples/sample.css" />
6</head>
7<body>
8        <div style="position: absolute">
9                <textarea id="editor1" name="editor1" rows="10" cols="80">&lt;p&gt;This example uses the &lt;strong&gt;type&lt;/strong&gt; property to create an alert that indicates the type of object selected by the user. If the user clicks the mouse pointer on the text &quot;Some text&quot;, the alert reads &quot;Text&quot;. If the user clicks the mouse pointer on the space to the right of the text, the alert reads &quot;None&quot;.&lt;/p&gt;</textarea>
10                <script type="text/javascript">
11                //<![CDATA[
12                        CKEDITOR.replace( 'editor1' );
13                //]]>
14                </script>
15        </div>
16</body>
17</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy