From 36e591a247641348e9208aef37f8b4116183fabf 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 --- .../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 070b3063d5..059c99cd03 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 @@ -732,6 +732,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