Ticket #13717: 13717_repro.html

File 13717_repro.html, 276 bytes (added by Tade0, 9 years ago)

HTML file reproducing the bug.

Line 
1<html>
2        <head>
3                <script>
4                window.onload = function() {
5                        document.body.addEventListener('contextmenu', function( e ) {
6                                e.preventDefault();
7                                console.log('contextmenu fired');
8                        });
9                };
10                </script>
11        </head>
12        <body contenteditable="true">
13                SelectMe
14        </body>
15</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy