Hi guys,
we had a html code which causes the CKEditor (4.3.4) to crash and freeze the whole browser (Firefox, Chrome...).
We isolated the problem with this small testcode.
<a href="#myplace id="testId">Test</a> <a href="http://localhost:8080" target="_blank">do it</a>
The code is invalid, because the first href parameter was not closed. I would expect that the invalid code will be stripped out or something else, but not that the whole browser crashes.
Is the expectation wrong or should i open a ticket for that?
Thanks for your feedback, have a nice day.
Bye Micha