Ticket #17019: index.html

File index.html, 482 bytes (added by isbor, 7 years ago)
Line 
1<!doctype html>
2<html lang="en">
3<head>
4  <meta charset="utf-8">
5  <title>CKEditor focus bug (Chrome)</title>
6  <style>
7    #editor-wrapper {
8      border: 1px solid gray;
9    }
10  </style>
11  <script src="https://cdn.ckeditor.com/4.6.2/standard/ckeditor.js"></script>
12</head>
13<body>
14  <div id="editor-wrapper" contenteditable="true"></div>
15  <br><br><br><br><br>
16  <textarea></textarea>
17  <script>
18        CKEDITOR.inline('editor-wrapper');
19  </script>
20</body>
21</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy