Bug 13395

Summary: Search Patrons on the home page fails on Firefox 34.0
Product: Koha Reporter: Bob Ewart <bob-ewart>
Component: PatronsAssignee: Bugs List <koha-bugs>
Status: CLOSED WORKSFORME QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: bob-ewart, chris, gmcharlt, kyle.m.hall, tomascohen, veron
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Bob Ewart 2014-12-04 20:41:21 UTC
I updated Koha last night on Xubuntu 14.04 LTS using the PPA.  .

Using the 'Search patrons' tab on the home page fails on Firefox 34.0.  On Firefox 33.0, it works.  

On Firefox 34.0 the web console shows:
Empty string passed to getElementById().              jquery.js:2
Use of getPreventDefault() is deprecated.Use defaultPrevented instead jquery:js:3
TypeError: c is undefined                             query.dataTables.min.js:65

That last line has a pink background.

On Firefox 33.0, which works, the web console shows:
Use of getPreventDefault() is deprecated.Use defaultPrevented instead.jquery.js:3
window.controllers is deprecated. Do not use it for UA detection                                                  nsHeaderInfo.js412
Empty string passed to getElementById()                               query.js:2 

As a work around, you can search using the 'Check out' tab on the home page and then clicking on the "Details" tab.
Comment 1 Marc VĂ©ron 2014-12-05 06:32:02 UTC
I could not reproduce the issue on Firefox 34.0 (Windows 8) with current master (3.19.00.000)
Comment 2 Chris Cormack 2014-12-06 06:08:54 UTC
I also can not recreate, v3.18.00 on Firefox 34, Ubuntu. Search works fine for me
Comment 3 Bob Ewart 2014-12-07 22:11:01 UTC
I had it fail that way on two machines both configured with Xubuntu 14.04.  Since then there have been a number of updates to the system, but not to Koha.  

It's now working!

I suspect that the failure was in one of Koha's dependencies down the line that got updated.

Let's close this one.