Bugzilla – Attachment 77410 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: Floating toolbar - Remove horizontal scrollbar on resize
Bug-21139-Floating-toolbar---Remove-horizontal-scr.patch (text/plain), 1.29 KB, created by
Katrin Fischer
on 2018-08-01 22:02:18 UTC
(
hide
)
Description:
Bug 21139: Floating toolbar - Remove horizontal scrollbar on resize
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-08-01 22:02:18 UTC
Size:
1.29 KB
patch
obsolete
>From 9a06692daf6a6af1dec7f460cb2cfad31b8d2aad Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 1 Aug 2018 12:31:01 -0300 >Subject: [PATCH] Bug 21139: Floating toolbar - Remove horizontal scrollbar on > resize > >To test: >- add/edit a patron >- resize the window >=> Without this patch a horizontal scrollbar appears when resized >shorter > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 a778920..9b98c5d 100644 >--- a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js >+++ b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.fixFloat.js >@@ -27,7 +27,7 @@ > "display": tbh.css("display"), > "visibility": "hidden" > }); >- tbhBis.width(tbh.outerWidth(true)); >+ tbhBis.width(tbh.innerWidth(true)); > tbhBis.height(tbh.innerHeight(true)); > tbhBis.attr('id', tbh.attr('id')+'Bis'); // Avoid 2 elts with the same id > tbh.after(tbhBis); >-- >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