TinyEditor - Text property not updating

0
0

Hi,

I think there’s a problem with the TinyEditor integration. The .Text property is used to get the full HTML contents of the control but it only updates this property if the physical text changes. For example, I have ‘Postage & Packing Included in Price’ as text, if I bold the word ‘Packing’ it won’t change the underlying .Text property – but if I add a ‘.’ to the end, it does change it.

This is a problem for us because we’re trying to detect changes when a user hits a save button and of course, it looks like nothing has changed.

Regards,

Neil.

  • You must to post comments
0
0

Hi Neil,

Sorry for the late response, the extension was just updated with a fix for this issue!

While it’s still not available as a NuGet package, you can still clone the Extension Repository, build it and then include it in your projects!

We’ll let you know when the NuGet Package is shipped.

Best,
Alaa

//

  • Neil Hoskins
    Thank you, I’ll wait for the NuGet package to be available.
  • Neil Hoskins
    Has this been released yet?
  • You must to post comments
0
0

Any updates?

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.