tomvanenckevort / Codery.TextCount

Umbraco data type which wraps existing text data type controls and shows text counts and limits while you type.
1 stars 3 forks source link

Characters not counted in RTE for Umbraco 8.13.0 #10

Closed hfloyd closed 3 years ago

hfloyd commented 3 years ago

I was really excited to find this lovely package, since it is providing the functionality I was looking for, unfortunately, the counter doesn't seem to be working, at least in RTEs in Umbraco 8.13.0: image

This does work for a basic textstring: image

I'm not sure if the structure of the RTE changed since your last updated for Umbraco 8.2... This is the back-office HTML: image

tomvanenckevort commented 3 years ago

Yes, it might well be the case that some of the HTML tags have changed in newer versions of Umbraco. Let me try it out and see if I can update the code to handle the new versions as well.

hfloyd commented 3 years ago

Thanks, @tomvanenckevort I really appreciate it. 🙂

tomvanenckevort commented 3 years ago

This has been fixed in v2.0.4 that is now available on Nuget and Our.

hfloyd commented 3 years ago

Thanks, @tomvanenckevort! 👏

I've verified that it now works in 8.13.0: image image image