Bugzilla – Attachment 26572 Details for
Bug 11563
Class noEnterSubmit no longer functioning
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 11563 [QA Followup] - Disable add noEnterSubmit to pulldowns
PASSED-QA-Bug-11563-QA-Followup---Disable-add-noEn.patch (text/plain), 2.27 KB, created by
Katrin Fischer
on 2014-03-25 20:58:30 UTC
(
hide
)
Description:
[PASSED QA] Bug 11563 [QA Followup] - Disable add noEnterSubmit to pulldowns
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-03-25 20:58:30 UTC
Size:
2.27 KB
patch
obsolete
>From 03ae16a5ff9a9cb4596ef81606d9b322125d7354 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 7 Mar 2014 09:05:31 -0500 >Subject: [PATCH] [PASSED QA] Bug 11563 [QA Followup] - Disable add > noEnterSubmit to pulldowns > >When using Chrome on Mac OS X, form submits are triggered by hitting >enter when focused on a select. This is not an issue with any other >combincation of browser and operating system that I am aware of. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> > >Signed-off-by: Christopher Brannon <cbrannon@cdalibrary.org> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >index 2e3ddc3..23ae204 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -20,7 +20,7 @@ $(document).ready(function(){ > window.close(); > [% END %] > [% END %] >- $("fieldset.rows input").addClass("noEnterSubmit"); >+ $("fieldset.rows input,select").addClass("noEnterSubmit"); > /* Inline edit/delete links */ > var biblionumber = $("input[name='biblionumber']").attr("value"); > $("tr.editable td").click(function(event){ >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index 720193f..5e9225f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -8,7 +8,7 @@ > <script type="text/javascript"> > //<![CDATA[ > $(document).ready(function() { >- $("fieldset.rows input").addClass("noEnterSubmit"); >+ $("fieldset.rows input,select").addClass("noEnterSubmit"); > $("#guarantordelete").click(function() { > $("#contact-details").hide().find('a').remove(); > $("#guarantorid, #contactname, #contactfirstname").each(function () { this.value = "" }); >-- >1.8.3.2
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 11563
:
25615
|
25676
|
25678
|
25935
|
26443
|
26444
|
26445
|
26545
|
26560
|
26561
|
26562
|
26563
|
26566
|
26567
|
26568
|
26569
|
26570
|
26571
| 26572 |
26573