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 your browser, browser version, operating system, and operating system version.
- Append relevant JavaScript errors your browser logged. To do that, open your JavaScript console or error console, and copy the relevant error messages. Where you find your JavaScript console depends on your browser:
- Internet Explorer: Press F12; refresh the Wikipedia page; JavaScript errors appear on the "Console" tab of the F12 tools.
- Firefox: Firefox Button → Web Developer → Error Console (or Tools menu → Web Developer → Error Console) (Ctrl+⇧ Shift+J). You should click the "Errors" button at the top to hide the vast number of ignorable warnings, etc.
- Opera: Page menu → Developer Tools → Error Console.
- Chrome: Page menu → Tools → JavaScript Console (Ctrl+⇧ Shift+J).
- Safari: Page menu → Develop → Show Error Console (Ctrl+Alt+C or ⇧ Shift+⌘ Command+J). You might have to enable the Developer menu first in Preferences → Advanced.
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.