Skip Menu |

This queue is for tickets about the jsFind CPAN distribution.

Report information
The Basics
Id: 8275
Status: stalled
Priority: 0/
Queue: jsFind

People
Owner: DPAVLIN [...] cpan.org
Requestors: DPAVLIN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: operation aborted message in Internet Explorer
Internet Explorer returns operation aborted message if there is no div with id "debug" on page. While this bug is a show-stopper for Internet Explorer users, fix is simple: if you don't want to use debug, just add dummy function with same name in usage.js like this: function debug(foo) { return; } usage.js should be loaded *after* search.js in html for this to work. I think this is Explorer bug, and I doubt that it will be solved.