[Bug 31553] New: News item contents field does not always expand when you click on a non-default language
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31553 Bug ID: 31553 Summary: News item contents field does not always expand when you click on a non-default language Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs@lists.koha-community.org Reporter: alexbuckley@catalyst.net.nz QA Contact: testopia@bugs.koha-community.org Created attachment 140508 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=140508&action=edit Arrow pointing at the un-expanded content field when using the English New Zealand news item tab Unfortunately, this is tricky to test as it only happens intermittently. How I am able to occasionally replicate this: 1. Have a Koha OPAC with multiple languages enabled in the 'OPACLanguages' syspref 1. Add a new news item, or edit an existing news item ( Tools > News ). 2. Click on a language tab (i.e. a tab that is not the 'Default'tab ) and observe the content field (area below the editor buttons) has not expanded to enable you to input your news item content. Attached screenshot shows the content field has not expanded for me in the 'English New Zealand (en-NZ)' tab. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31553 Alex Buckley <alexbuckley@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31553 Alex Buckley <alexbuckley@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |alexbuckley@catalyst.net.nz |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31553 --- Comment #1 from Alex Buckley <alexbuckley@catalyst.net.nz> --- Created attachment 140509 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=140509&action=edit 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 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31553 Alex Buckley <alexbuckley@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31553 Alex Buckley <alexbuckley@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31553 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31553 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #140509|0 |1 is obsolete| | --- Comment #2 from David Nind <david@davidnind.com> --- Created attachment 140608 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=140608&action=edit 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 <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31553 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #3 from David Nind <david@davidnind.com> --- I was able to replicate by installing two additional languages: - sudo koha-translate --install en-NZ --dev kohadev - sudo koha-translate --install fr-FR --dev kohadev This gives the default tab and three language tabs (Default, English New Zealand (en-NZ), English (en), Français (fr-FR)). For me, you couldn't enter anything in the English(en) tab before the patch was applied. Tested using koha-testing-docker. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31553 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31553 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #140608|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 141192 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=141192&action=edit 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 <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31553 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |22.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31553 --- Comment #5 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Pushed to master for 22.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31553 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED CC| |lucas@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org