Bug 13395 - Search Patrons on the home page fails on Firefox 34.0
Summary: Search Patrons on the home page fails on Firefox 34.0
Status: CLOSED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-04 20:41 UTC by Bob Ewart
Modified: 2015-12-03 22:00 UTC (History)
6 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.