Opened 8 years ago
Closed 7 years ago
#2177 closed defect (bug) (invalid)
the search box throws code on screen
Reported by: | stratmccloskey | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | |
Cc: |
Description
I've tried to use the search wordpress.org box in the upper right corner and it keeps throwing the following up on the screen:
(function() {
var _UDS_CONST_LOCALE = 'en';
var _UDS_CONST_SHORT_DATE_PATTERN = 'MDY';
var _UDS_MSG_SEARCHER_IMAGE = ('Image');
var _UDS_MSG_SEARCHER_WEB = ('Web');
var _UDS_MSG_SEARCHER_BLOG = ('Blog');
var _UDS_MSG_SEARCHER_VIDEO = ('Video');
var _UDS_MSG_SEARCHER_LOCAL = ('Local');
var _UDS_MSG_SEARCHCONTROL_SAVE = ('save');
var _UDS_MSG_SEARCHCONTROL_KEEP = ('keep');
var _UDS_MSG_SEARCHCONTROL_INCLUDE = ('include');
var _UDS_MSG_SEARCHCONTROL_COPY = ('copy');
var _UDS_MSG_SEARCHCONTROL_CLOSE = ('close');
var _UDS_MSG_SEARCHCONTROL_SPONSORED_LINKS = ('Sponsored Links');
var _UDS_MSG_SEARCHCONTROL_SEE_MORE = ('see more...');
var _UDS_MSG_SEARCHCONTROL_WATERMARK = ('clipped from Google');
var _UDS_MSG_SEARCHER_CONFIG_SET_LOCATION = ('Search location');
var _UDS_MSG_SEARCHER_CONFIG_DISABLE_ADDRESS_LOOKUP = ('Disable address lookup');
I deleted the other 600 lines out of courtesy. This problem has been going on for a while. Very annoying when your trying to research something.
Strat McCloskey
Change History (3)
#2
@
8 years ago
Seems more User/Browser- than Wordpress related, see:
https://groups.google.com/forum/#!topic/mozilla.support.firefox/k9BfdQeFjLI
Hi,
The search is JavaScript driven (it'll search after the page loads) as it uses Google for the search results.
The search functions as expected for me when testing just now, do you by any chance have any browser extensions that are interfering, or are on a restricted network of some kind that might be filtering traffic?