Wikipedia:Reporting JavaScript errors
Appearance
When you experience an error with gadgets or user scripts and you want to report the issue at the appropriate page, please include the following information:
- What is the behaviour you're seeing?
- What is the behaviour you're expecting to see?
- How can the incorrect behaviour be reproduced? Describe exactly what you're doing and seeing.
- Confirm that you have tried bypassing your browser cache.
- Make note of the skin that you use, your browser, browser version, operating system, and operating system version.
- Append relevant JavaScript errors your browser logged. To do that, open your JavaScript console, and copy the relevant error messages. Error messages usually appear in red. Where you find your JavaScript console depends on your browser:
Browser | Windows | Mac |
---|---|---|
Chrome | Ctrl+⇧ Shift+J | ⌥ Option+⌘ Command+J |
Edge (new versions) | Ctrl+⇧ Shift+J | - |
Firefox | F12 | ⌥ Option+⌘ Command+K |
Safari | Ctrl+Alt+C | ⌥ Option+⌘ Cmd+C* |
IE or Edge (legacy versions) | F12 | - |
Opera | Page menu → Developer Tools → Error Console |
On some browsers, you may have to click on the "Console" tab once the developer tools pane opens up.
[*] In Safari, you might have to enable the Develop menu first in Preferences → Advanced → check "Show develop menu in menu bar". For OSX, use ⌥ Option+⌘ Command+I then hit esc (escape) to open the JavaScript console. Errors will appear in red.
You are urged to have a look at http://www.chiark.greenend.org.uk/~sgtatham/bugs.html for hints on how to report bugs effectively, to make sure the issue you are describing can be resolved as promptly as possible.