Opened 10 years ago
Closed 10 years ago
#967 closed defect (bug) (fixed)
Theme Repository Search Not Working in IE
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | high | |
Component: | Theme Directory | Keywords: | |
Cc: |
Description
In Internet Explorer (including in safe mode), the search does not appear to work. One can enter a term but hitting return in the search box does nothing.
There are two errors in the console.
SCRIPT5: Access is denied.
File: follow_button.html, Line: 1, Column: 1
and
SCRIPT5: Access is denied.
File: like.php, Line: 1, Column: 1
And the error is apparently coming from "theme.js
on line 1335
one for the search" (thanks @clorith).
Change History (2)
Note: See
TracTickets for help on using
tickets.
I believe the error is coming from the
new Event('click')
. From what I can find, IE (any version) doesn't support the Event constructor. Since we already have jQuery loaded, jQuery.Event('click') here should work.