[Koha-bugs] [Bug 25697] Tinymce doesn't load in IE 11 (due to Koha adding version number suffix to Javascript)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jun 28 23:32:52 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25697

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #106208|0                           |1
        is obsolete|                            |

--- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 106362
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106362&action=edit
Bug 25697: Declare base url and suffix in tinymce init

This patch declares the base url and suffix in tinymce init, so
that tinymce will initialize properly cross-browser. Without this change,
tinymce will fail to initialize on IE 11.

Test plan:
0. Apply patch
1. Open IE 11
2. Enable "UseWYSIWYGinSystemPreferences" system preference
3. Go to /cgi-bin/koha/admin/preferences.pl?tab=opac and note that
tinymce initializes correctly
4. Go to /cgi-bin/koha/tools/koha-news.pl and create/edit a news item,
and note that tinymce initializes correctly
5. Go to /cgi-bin/koha/admin/branches.pl and add/edit a library, and
note that tinymce initializes correctly for "OPAC info"

Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>

Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list