Editing text creates a second copy of the text component
GENERAL
TESTING
GENERAL
TESTING
Description
Sean Horner
Editing an existing text block will instead copy that block and add the edited version to the bottom of the page, leaving the original intact.
Here are some steps to reproduce this bug:
1. On a blank Lessons page, click Add Content and Add Text. 2. In the CKEditor add some text and click Save. 3. Click the “Edit text box 1” button. 4. Append some more text like “This is some additional text” and click Save. 5. Note that unexpectedly there are now two text blocks on the page: the original text block on top and beneath it a text block with the edited content.
This bug is not evident in 11.2, but seems to be a regression introduced into 11.x since that time.
This bug seems like it might be related to the fix that was applied for LSNBLDR-722, though that’s just a guess.
Thank you @Neal Caidin. It did work on 11.x MySQL.
Neal Caidin
February 16, 2017 at 1:05 PM
Hi @Anirudh Nagulapalli. That is to be expected. If you test on an 11.x qa server (MySQL or Oracle) you should see it fixed there. And it should work when the RC02 (second release candidate) is produced.
Anirudh Nagulapalli
February 16, 2017 at 12:58 PM
Tested in Sakai11.3-RC01. Not Working! Two text block appear after editing the original one.
Sean Horner