Bugzilla – Attachment 107696 Details for
Bug 26121
When using CodeMirror in News Tool DatePicker is hard to see
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26121: Add z-index for CodeMirror
Bug-26121-Add-z-index-for-CodeMirror.patch (text/plain), 1.15 KB, created by
ByWater Sandboxes
on 2020-08-03 10:43:48 UTC
(
hide
)
Description:
Bug 26121: Add z-index for CodeMirror
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2020-08-03 10:43:48 UTC
Size:
1.15 KB
patch
obsolete
>From 85a0a696e8ddb4a874f6e233f4c0c02b11831ea5 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 31 Jul 2020 22:47:21 +0000 >Subject: [PATCH] Bug 26121: Add z-index for CodeMirror > >To test: >1. Make sure the system preference 'NewsToolEditor' is set to CodeMirror >2. Go add or edit some News content. >3. Add some content to the News section >4. Use the datepicker to pick a Publication date/Expiration date >5. Notice its very hard to see your dates overlapping with CodeMirror. >6. Apply patch >7. Much easier to see the dates! > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt >index 9cc58f371d..a3f0810fc4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt >@@ -15,6 +15,7 @@ > <style> > .CodeMirror { > resize: vertical; >+ z-index: 0; > } > </style> > [% END %] >-- >2.11.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 26121
:
107659
|
107696
|
107845