Bugzilla – Attachment 28668 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]
[SIGNED-OFF] Bug 11905 - when editing item, cursor is positioning in search box and not to item
SIGNED-OFF-Bug-11905---when-editing-item-cursor-is.patch (text/plain), 1.26 KB, created by
Juhani Seppälä
on 2014-06-05 05:23:54 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 11905 - when editing item, cursor is positioning in search box and not to item
Filename:
MIME Type:
Creator:
Juhani Seppälä
Created:
2014-06-05 05:23:54 UTC
Size:
1.26 KB
patch
obsolete
>From 03e33b9dccc2275e95507a881f1d5867977ba80c Mon Sep 17 00:00:00 2001 >From: Nick Clemens <Nick@quecheelibrary.org> >Date: Sat, 10 May 2014 13:49:44 -0400 >Subject: [PATCH] [SIGNED-OFF] Bug 11905 - when editing item, cursor is > positioning in search box and not to item >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >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: Juhani Seppälä <jseppal@student.uef.fi> >--- > .../prog/en/includes/cataloging-search.inc | 3 --- > 1 file changed, 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.9.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