Bugzilla – Attachment 28666 Details for
Bug 11905
when editing item, cursor is positioning in search box and not to item
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11905 - when editing item, cursor is positioning in search box and not to item
Bug-11905---when-editing-item-cursor-is-positionin.patch (text/plain), 1.18 KB, created by
Biblibre Sandboxes
on 2014-06-04 22:11:13 UTC
(
hide
)
Description:
Bug 11905 - when editing item, cursor is positioning in search box and not to item
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2014-06-04 22:11:13 UTC
Size:
1.18 KB
patch
obsolete
>From 18f7ac4141cde2314d9c59c55f86ab861287f861 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <Nick@quecheelibrary.org> >Date: Sat, 10 May 2014 13:49:44 -0400 >Subject: [PATCH] Bug 11905 - when editing item, cursor is positioning in search box and not to item > >The cataloging-search.inc had js which set focus to the cataloging search box. I believe the focus should be determined by the page template and not always to this search. I simply removed the js. > >Signed-off-by: Christopher Brannon <cbrannon@cdalibrary.org> >--- > .../prog/en/includes/cataloging-search.inc | 3 --- > 1 files changed, 0 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc >index ba878ce..ba1b4c9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc >@@ -1,6 +1,3 @@ >-<script>$(document).ready(function(){ >- $("input[name=q]:eq(0)").focus(); >-});</script> > > <div class="gradient"> > <h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Cataloging Resident Search Box --> >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11905
:
25914
|
28166
|
28666
|
28668
|
28717
|
28837
|
28839