Bugzilla – Attachment 77395 Details for
Bug 21139
The floating toolbars have some issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21139: No table in toolbar
Bug-21139-No-table-in-toolbar.patch (text/plain), 1.27 KB, created by
Owen Leonard
on 2018-08-01 18:36:07 UTC
(
hide
)
Description:
Bug 21139: No table in toolbar
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-08-01 18:36:07 UTC
Size:
1.27 KB
patch
obsolete
>From 30fb9911d7d5997264cf721eab30ae867d5ad44e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 1 Aug 2018 13:18:47 -0300 >Subject: [PATCH] Bug 21139: No table in toolbar > >We do not need this selector, we will not have a table in the toolbar > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js | 7 ------- > 1 file changed, 7 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 3a8a494..c0df4ea 100644 >--- a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js >+++ b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js >@@ -32,13 +32,6 @@ > tbhBis.attr('id', tbh.attr('id')+'Bis'); // Avoid 2 elts with the same id > tbh.after(tbhBis); > tbh.width(tbh.width()); >- var tbl = tbh.find("th,td"); >- if (tbl.length > 0) { >- tbl.each(function () { >- var $elt = $(this); >- $elt.width($elt.outerWidth(true)); >- }); >- } > tbh.css({ > 'position': 'absolute', > 'top': originalPosition, >-- >2.1.4
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 21139
:
77379
|
77380
|
77381
|
77382
|
77383
|
77391
|
77392
|
77393
|
77394
|
77395
|
77408
|
77409
|
77410
|
77411
|
77412
|
77843