Bugzilla – Attachment 4934 Details for
Bug 6235
"Saved" message in sysprefs never gets hidden on IE8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch (passed QA)
0001-Corrects-the-behaviour-of-the-humanmsg-box-on-IE8-an.patch (text/plain), 1.44 KB, created by
Paul Poulain
on 2011-08-10 12:38:12 UTC
(
hide
)
Description:
proposed patch (passed QA)
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2011-08-10 12:38:12 UTC
Size:
1.44 KB
patch
obsolete
>From a0c5110d136d7774c64aa20b89c664482f78df37 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9rick=20Capovilla?= <frederick.capovilla@sys-tech.net> >Date: Thu, 21 Apr 2011 14:09:54 -0400 >Subject: [PATCH] Corrects the behaviour of the humanmsg box on IE8 and IE7. > >Without this fix, the black box that appears when you save system >preferences doesn't disappear on IE. > >Fix from http://code.google.com/p/humanmsg/issues/detail?id=1 >(Thanks Owen Leonard) > >Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> >--- > .../prog/en/lib/jquery/plugins/humanmsg.js | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/humanmsg.js b/koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/humanmsg.js >index d38cf93..af37c88 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/humanmsg.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/humanmsg.js >@@ -71,7 +71,7 @@ var humanMsg = { > > bindEvents: function() { > // Remove message if mouse is moved or key is pressed >- jQuery(window) >+ jQuery(document) > .mousemove(humanMsg.removeMsg) > .click(humanMsg.removeMsg) > .keypress(humanMsg.removeMsg) >@@ -79,7 +79,7 @@ var humanMsg = { > > removeMsg: function() { > // Unbind mouse & keyboard >- jQuery(window) >+ jQuery(document) > .unbind('mousemove', humanMsg.removeMsg) > .unbind('click', humanMsg.removeMsg) > .unbind('keypress', humanMsg.removeMsg) >-- >1.7.4.1 >
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 6235
:
3969
|
3980
| 4934