ckeditor / ckeditor4

The best enterprise-grade WYSIWYG editor. Fully customizable with countless features and plugins.
https://ckeditor.com/ckeditor-4
Other
5.78k stars 2.46k forks source link

Failing tests on Firefox #5497

Closed Comandeer closed 1 year ago

Comandeer commented 1 year ago

Type of report

Failing tests

Provide detailed reproduction steps (if any)

369 various tests are failing in Firefox. It seems that it's caused by some change in the browser which does not add bogus brs anymore and our logic took over, adding brs with additional [type="_moz"] attribute:

https://github.com/ckeditor/ckeditor4/blob/3b386dcbc93552568f273360934c8c6dd05a85e7/core/dom/element.js#L334-L340

Other details