-
Notifications
You must be signed in to change notification settings - Fork 8
Widget generates error in IE #28
Comments
Hi @royhermans can you please comment here your html content? |
Hi @diego-antonelli , I'm not sure what you want/how to do this, could you describe the steps to me? I can also add the test project so you can reproduce it yourself as well. |
Hi @royhermans, we are facing an issue with % inside URLs just in IE and Edge till version 16. Cause: IE and Edge are expecting for URL Entities in elements. So for IE and Edge just % is wrong, Suggestion: What I can suggest for you is change the pattern of your replacedVar from {%varName%} to just {varName} and also in your configurations to replace, remove the %. You can see more here: https://www.w3schools.com/tags/ref_urlencode.asp |
Hi @diego-antonelli , I am not sure we are understanding eachother correctly. I am not using any %'s or even URL's. I checked a bit more and managed to narrow it down a bit: When you view the object on a page containing the non-editable Rich Text widget you do not get any errors. I have also uploaded the test project, just create a new object, enter some random text in the Rich Text Widget and save. The use the Overview Listview page to view the error in Internet Explorer. I hope this clarifies things. |
This issue is resolved in version 1.3.3 and is now available trough the app store |
Hi Andries,
A user reported an error generated by this widget. After some research it turns out that user is using Internet Explorer. Turns out to be the same issue as reported in issue #23 .
I have updated the widget and now I get a pop-up stating "Failed to sanitize text, please use an other browser
". Is this something that can or will be fixed for Internet Explorer? The problem does not occur in Edge, Chrome, etc.
If you want I can also upload a test project in which I am able to replicate the issue.
Thank you in advance!
Kind regards,
Roy Hermans
The text was updated successfully, but these errors were encountered: