Koen Cornelis

Results 22 comments of Koen Cornelis

Adding my support for this. We currently use the templates plugin and the embed html plugin to achieve this, but the UX of that is well below 0. All but...

For anyone stumbling on this issue: i had the same issue and thanks to this ticket was able to resolve it. I selected the button like so: `cy.get(selector).focus().type('{enter}');` But the...

This should really be mentioned far more clearly in the docs of the cy.type page. This is a big gotcha for our accessibility tests emulating keyboard navigation!

> I created a new plugin to help make keyboard interaction more realistic: https://github.com/NicholasBoll/cypress-keyboard-plugin. It works by wrapping `cy.type` with extra detection and features. It handles this issue as well...

@sudheerb this is likely linked to the same issue in #15408 Apparently ckeditor converts the html to an abstract tree and then uses its own sanitizer on it which transforms...

anyone getting this in phpstorm: close and restart if it keeps failing, that solves the issue

Is it possible to add custom list markers in a less round-about way? I'd love to be able to extend the plugin, or better still: add configuration so that i...

> Unfortunately, it's not possible, CKEditor 5 works on a very different layer than CKEditor 4. CKE4 is an HTML editor, CKE5 "imports" HTML to an abstract data schema, and...

My own use case, though i have little hope you'll fix this: We'd like to use https://prismjs.com/plugins/diff-highlight/. However, when we paste the html needed for this (spans with classes), ckeditor5...