Jump to content

Wikipedia:Reporting JavaScript errors

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SD0001 (talk | contribs) at 13:30, 10 January 2021 (reorder browsers - put commonly used ones at top). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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:

  1. What is the behaviour you're seeing?
  2. What is the behaviour you're expecting to see?
  3. How can the incorrect behaviour be reproduced? Describe exactly what you're doing and seeing.
  4. Confirm that you have tried bypassing your browser cache.
  5. Make note of the skin that you use, your browser, browser version, operating system, and operating system version.
  6. 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:
    • Chrome: Page menu → Tools → JavaScript Console (Ctrl+⇧ Shift+J on Windows and ⌥ Option+⌘ Command+J on mac) to open the JavaScript console. Errors will appear in red.
    • Firefox: Press F12 or for OSX, use ⌥ Option+⌘ Command+I; JavaScript errors appear on the "Console" tab of the F12 tools. Make sure "Net", "JS", "Security" and "Logging" are turned on (blue).
    • Safari: Develop menu → Show Error Console (Ctrl+Alt+C or Alt+⌘ Cmd+C). You might have to enable the Develop menu first in Preferences → Advanced. For OSX, use ⌥ Option+⌘ Command+I then hit esc (escape) to open the JavaScript console. Errors will appear in red.
    • Internet Explorer/Edge: Press F12; refresh the Wikipedia page; JavaScript errors appear on the "Console" tab of the F12 tools.
    • Opera: Page menu → Developer Tools → Error Console.

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.

See also