[Koha-bugs] [Bug 11905] when editing item, cursor is positioning in search box and not to item

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Apr 12 16:54:07 CEST 2014


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

Nick Clemens <nick at quecheelibrary.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at quecheelibrary.org

--- Comment #1 from Nick Clemens <nick at quecheelibrary.org> ---
I am seeing the same thing in 3.12 and 3.14.

I think the script on the page is the issue, setting the focus in search and
overriding the anchor, with JS disabled the page loads as expected.

This bit seems to be it:

<script>$(document).ready(function(){
    $("input[name=q]:eq(0)").focus();
});</script>

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


More information about the Koha-bugs mailing list