liferay / liferay-ckeditor

Other
8 stars 49 forks source link

fix: LPS-124728 Avoid using unsupported APIs in IE11 #146

Closed julien closed 3 years ago

julien commented 3 years ago

We were using URL, URLSearchParams and Object.entries, which aren't supported in IE11 . In theory we have polyfills for these but apparently when getUrl is executed these polyfills aren't loaded yet.

So this patch reverts a previous patch and adds more .

Tested agaisn't LPS-124728 and LPS-112982

jbalsas commented 3 years ago

Hey @julien, feel free to merge and release if this is blocking DXP releases. I assume you've verified this works as expected, so if you're confident, let's start getting this through the process!

julien commented 3 years ago

Yes, I've tested it. Going to prepare the release now.