From d89ebedcd2a80ef0c75db7bf81d6a68455b8bf16 Mon Sep 17 00:00:00 2001 From: cahrens Date: Thu, 20 Mar 2014 16:28:11 -0400 Subject: [PATCH] Upgrade version of TinyMCE to 4.0.16. Switch from tabbed Visual/HTML Editor for HTML modules to showing the code editor as a plugin within TinyMCE (triggered from toolbar). STUD-1422 --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3e67502877..42b9a41e6d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,10 @@ the top. Include a label indicating the component affected. Blades: Fixed bug when image mapped input's Show Answer multiplies rectangles on many inputtypes. BLD-810. +Studio and LMS: Upgrade version of TinyMCE to 4.0.16. Switch from tabbed Visual/HTML +Editor for HTML modules to showing the code editor as a plugin within TinyMCE (triggered +from toolbar). STUD-1422 + LMS: Enabled screen reader feedback of problem responses. LMS-2158