From 59bea34a5ed7b001b1b5979351813d6df2ea9a27 Mon Sep 17 00:00:00 2001 From: Alex Buckley Date: Tue, 13 Sep 2022 14:14:22 +1200 Subject: [PATCH] Bug 31553: Ensure news item content field is always editable Set a padding at the bottom of the news item editor body. This is a tricky bug to replicate. Test plan: 1. Set 'AdditionalContentsEditor' syspref = 'a WYSIWYG editor (TinyMCE)'. 2. Select multiple languages in the 'OPACLanguages' system preference. 3. Go to: Tools > News. 4. Create a new news item. Switch between the different language tabs. 5. Confirm you can always input into the content field in all languages. 6. Edit an exiting news item. Switch between different language tabs. 7. Confirm you can always input into the content field in all languages. Sponsored-by: Toi Ohomai Institute of Technology, New Zealand Signed-off-by: David Nind Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/tools/additional-contents.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt index 466ea280b2..07f860acce 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt @@ -734,6 +734,7 @@ forced_root_block : '', menubar : "file edit view insert format tools table", plugins : "autoresize table hr link image charmap lists code emoticons", + autoresize_bottom_margin: 60, relative_urls : false, selector: "#" + textarea[0].id, verify_html: false, -- 2.30.2