[Koha-bugs] [Bug 13089] Tab key triggers JavaScript error in the checkEnter function

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 15 18:47:42 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13089

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 32375
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32375&action=edit
Bug 13089 - Tab key triggers JavaScript error in the checkEnter function

Tabbing through fields in the patron add form or MARC editor triggers a
JavaScript error for each tab. The cause seems to be some JS which was
designed to accommodate differences between Mozilla browsers and
Internet Explorer. A slight modification seems to work just as well in
Firefox and IE.

To test, apply the patch and clear your browser cache if necessary. To
look for JavaScript errors, open the Developer Tools console in Firefox,
Chrome, or Internet Explorer (or in Firefox's Firebug console).

Create a new patron and use the tab key to move between inputs. No error
should be reported in the console. Test typing in fields and pressing
enter. The form should not be submitted.

Test in all available browsers, including at least IE11, IE10, and IE9.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list