Koha/koha-tmpl/opac-tmpl/bootstrap/en
Marc Véron c087027487 Bug 10956 - Series of OPAC searches can cause a browser crash
This patch fixes the issue for bootstrap. It was earlier fixed for the prog theme.

Solution: Prevent  jQuery.fn.highlight = function(pat) to be called with empty pat
by skipping empty values in highlight loop.

To test:
Without patch, do a search as in comment #1 odr #3
Result: Endless loop (Script not responding)

Appply patch:
No endless loop, page displays OK

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
To reproduce you need to search a string with 2 spaces.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
I didn't manage to reproduce the problem, but I couldn't find
any regression either trying multiple searches.
Trusting Marc's and Jonathan's testing.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
2014-11-25 16:12:34 -03:00
..
includes Bug 13247 - Move opacuserjs at the end of opac-bottom.inc 2014-11-21 20:10:40 -03:00
modules Bug 10956 - Series of OPAC searches can cause a browser crash 2014-11-25 16:12:34 -03:00
xslt Bug 13227: Display856uAsImage displays images in OPAC in original size 2014-11-16 12:12:48 -03:00