salesagility / SuiteCRM-Portal-Joomla

Joomla Plugin for the SuiteCRM Portal
GNU General Public License v2.0
22 stars 21 forks source link

TinyMCE toggle editor failing #10

Open willrennie opened 7 years ago

willrennie commented 7 years ago

Issue

If a user toggles the TinyMCE editor and then types in text, the text is cleared out on submit meaning that any case descriptions/updates are not sent.

Expected Behavior

Editor should toggle on/off without issue and send data as expected.

Actual Behavior

User toggles the TinyMCE editor off showing an empty plain text box. Text is filled in the plain text box. On submit, the text is cleared out.

Possible Fix

Modify the portal code to allow for toggling of editor on/off and saving text in all scenarios of this.

Steps to Reproduce

  1. Log in as a portal user
  2. Create a new case
  3. Toggle the TinyMCE editor off
  4. Type in text into the description/update text boxes
  5. Click Submit
  6. Observe that text/data is cleared out and not submitted/saved as expected

Context

This affects submitting details to portal when following this specific scenario and is a low priority.

Your Environment