Ticket #10060: Test.htm

File Test.htm, 352 bytes (added by suzume, 11 years ago)

Test case showing the problem

Line 
1<!DOCTYPE html>
2<html>
3<head>
4        <title>Disabled Textarea Replace</title>
5        <meta charset="utf-8">
6        <script src="http://nightly.ckeditor.com/13-02-11-08-51/standard/ckeditor.js"></script></head>
7        <body>
8                <textarea cols="80" id="editor1" name="editor1" rows="10" disabled></textarea>
9                <script>
10                        CKEDITOR.replace( 'editor1' );
11                </script>
12</body></html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy