Bugzilla – Attachment 34077 Details for
Bug 13375
Syspref search highlight styling broken in Chrome
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13375: Syspref search highlight styling broken in Chrome
Bug-13375-Syspref-search-highlight-styling-broken-.patch (text/plain), 1.62 KB, created by
Tomás Cohen Arazi (tcohen)
on 2014-12-02 22:59:35 UTC
(
hide
)
Description:
Bug 13375: Syspref search highlight styling broken in Chrome
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2014-12-02 22:59:35 UTC
Size:
1.62 KB
patch
obsolete
>From 09e073768a934a884d753d33c93b46c718d75449 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Tue, 2 Dec 2014 19:52:50 -0300 >Subject: [PATCH] Bug 13375: Syspref search highlight styling broken in Chrome > >This patch encloses the the syspref description/values mix into a <span>. >It doesn't introduce any regression on other browsers (like Firefox) and >has the side effect to make Chrome render the highlighted words on >syspref searches well. > >To test: >- Search for 'facet' on the sysprefs >=> FAIL: verify it has styling problems in Chrome >- Apply the patch, reload >=> SUCCESS: styling is correct >- Sign off :-D > >Regards >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >index dde4764..ce3aed0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >@@ -110,7 +110,7 @@ > [% END %] > </code> > </td> >- <td> >+ <td><span> > [% FOREACH CHUNK IN LINE.CHUNKS %] > [% IF ( CHUNK.type_text ) %] > [% CHUNK.contents %] >@@ -166,7 +166,7 @@ > </dl> > [% END %] > [% END %] >- </td> >+ </span></td> > </tr> > [% IF ( loop.last ) %]</tbody></table>[% END %] > [% END %] >-- >1.9.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 13375
:
34075
|
34076
|
34077
|
34092
|
34093
|
34144