[OPEN-ILS-DEV] TPac Limit to Available broken in IE

Bob Wicksall bwicksall at pls-net.org
Thu Mar 22 15:16:36 EDT 2012


In testing TPac in Alpha 3 I noticed that "Limit to Available" has issues with IE 7 and 9.  Clicking on the checkbox directly does nothing.  Clicking on the text seems to work every other time.

The solution is simple.  Change 'onchange' to 'onclick' on line 56 in templates/opac/results.tt2.

  onchange="limit_to_avail_onchange(this, true)"

    becomes

  onclick="limit_to_avail_onchange(this, true)"

Bob Wicksall
Systems Administrator

Pioneer Library System
2557 State Rt. 21
Canandaigua, New York  14424

Voice: (585) 394-8260
Fax: (585) 394-1935


More information about the Open-ils-dev mailing list