Bugzilla – Attachment 51471 Details for
Bug 16400
Proposal to uniform the placement of submit buttons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16400: Restore the previous stack order behavior
Bug-16400-Restore-the-previous-stack-order-behavio.patch (text/plain), 1.70 KB, created by
Jonathan Druart
on 2016-05-13 14:06:21 UTC
(
hide
)
Description:
Bug 16400: Restore the previous stack order behavior
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-05-13 14:06:21 UTC
Size:
1.70 KB
patch
obsolete
>From 5c65a55b635e9ffd18d1b38f4dc56d4808196956 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 13 May 2016 15:04:47 +0100 >Subject: [PATCH] Bug 16400: Restore the previous stack order behavior > >When updating the plugin, the stack order behavior has changed. This >patch restores the prevous behavior (not always z-index: 1000) >--- > koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js >index f528cc9..2efc96f 100644 >--- a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js >+++ b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js >@@ -36,9 +36,6 @@ > 'top': originalOffset > }); > } >- tbh.css({ >- 'z-index': 1000 >- }); > > if (options.enabled) { > $(window).scroll(function () { >@@ -49,14 +46,16 @@ > if (fixMe) { > tbh.css({ > 'position': 'fixed', >- 'top': '0' >+ 'top': '0', >+ 'z-index': '1000' > }); > tbh.addClass("floating"); > } > if (repositionMe) { > tbh.css({ > 'position': 'absolute', >- 'top': originalOffset >+ 'top': originalOffset, >+ 'z-index': '1' > }); > tbh.removeClass("floating"); > } >-- >2.7.0
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 16400
:
51043
|
51044
|
51144
|
51145
|
51449
|
51471
|
51517
|
51546
|
51547
|
51548
|
51549
|
51550
|
51551
|
51569
|
52765
|
52766
|
52767
|
52768
|
52769
|
52770