Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 3.16.48.173
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
libjs-codemirror /
html /
Delete
Unzip
Name
Size
Permission
Date
Action
logos
[ DIR ]
drwxr-xr-x
2024-03-13 04:07
activebookmark.js
1.85
KB
-rw-r--r--
2021-12-20 10:11
docs.css
4.02
KB
-rw-r--r--
2021-12-20 10:11
internals.html
25.15
KB
-rw-r--r--
2021-12-20 10:11
logo.png
6.09
KB
-rw-r--r--
2022-01-28 11:40
logo.svg
6.89
KB
-rw-r--r--
2021-12-20 10:11
manual.html
212.07
KB
-rw-r--r--
2021-12-20 10:11
realworld.html
17.87
KB
-rw-r--r--
2021-12-20 10:11
releases.html
149.25
KB
-rw-r--r--
2021-12-20 10:11
reporting.html
2
KB
-rw-r--r--
2021-12-20 10:11
upgrade_v2.2.html
3.46
KB
-rw-r--r--
2021-12-20 10:11
upgrade_v3.html
8.31
KB
-rw-r--r--
2021-12-20 10:11
upgrade_v4.html
5.33
KB
-rw-r--r--
2021-12-20 10:11
yinyang.png
1.93
KB
-rw-r--r--
2022-01-28 11:40
Save
Rename
<!doctype html> <title>CodeMirror: Reporting Bugs</title> <meta charset="utf-8"/> <link rel=stylesheet href="docs.css"> <div id=nav> <a href="https://codemirror.net"><h1>CodeMirror</h1><img id=logo src="logo.png"></a> <ul> <li><a href="../index.html">Home</a> <li><a href="manual.html">Manual</a> <li><a href="https://github.com/codemirror/codemirror">Code</a> </ul> <ul> <li><a class=active href="#">Reporting bugs</a> </ul> </div> <article> <h2>Reporting bugs effectively</h2> <div class="left"> <p>So you found a problem in CodeMirror. By all means, report it! Bug reports from users are the main drive behind improvements to CodeMirror. But first, please read over these points:</p> <ol> <li>CodeMirror is maintained by volunteers. They don't owe you anything, so be polite. Reports with an indignant or belligerent tone tend to be moved to the bottom of the pile.</li> <li>Include information about <strong>the browser in which the problem occurred</strong>. Even if you tested several browsers, and the problem occurred in all of them, mention this fact in the bug report. Also include browser version numbers and the operating system that you're on.</li> <li>Mention which release of CodeMirror you're using. Preferably, try also with the current development snapshot, to ensure the problem has not already been fixed.</li> <li>Mention very precisely what went wrong. "X is broken" is not a good bug report. What did you expect to happen? What happened instead? Describe the exact steps a maintainer has to take to reproduce the error. We can not fix something that we can not observe.</li> <li>If the problem can not be reproduced in any of the demos included in the CodeMirror distribution, please provide an HTML document that demonstrates the problem. The best way to do this is to go to <a href="http://jsbin.com/ihunin/1/edit">jsbin.com</a>, enter it there, press save, and include the resulting link in your bug report.</li> </ol> </div> </article>