Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#15680 closed defect (bug) (fixed)

JavaScript errors in admin for Internet Explorer

Reported by: scribu Owned by:
Priority: high Milestone: 3.1
Component: Administration Version:
Severity: critical Keywords: has-patch
Cc:

Description

All admin pages trigger JS errors in IE8, causing various bugs:

Message: Expected identifier, string or number
Line: 56
Char: 5
Code: 0
URI: .../wp-admin/options-general.php


Message: Object doesn't support this property or method
Line: 803
Char: 1
Code: 0
URI: .../wp-admin/options-general.php

Attachments (1)

15680.patch (570 bytes) - added by ocean90 2 years ago.

Download all attachments as: .zip

Change History (4)

ocean902 years ago

  • Keywords has-patch added

Patch will fix your first error message, which I could reproduce. Please check if the other message will be fixed through this patch too.

  • Resolution set to fixed
  • Status changed from new to closed

(In [16736]) Fix IE JS error in options-general.php. Props ocean90. Fixes #15680

Turns out the second error was caused by a plugin.

Note: See TracTickets for help on using tickets.