Can't type() into contenteditable element. #26525
Unanswered
nminev
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Context: I'm using cypress 10.11.0 and am trying to select an element on ck editor 5.
I have a div that has the contenteditable attributes and am trying to type into it, but at run time the type fails and the error suggest that the div doesn't have the attribute, but even right before the type() call it still had it. Doesn't seem to be a problem with CK Editor since it's just html at this point.
Code:
Screenshot of the error:

PS : I've seen this issue but I don't think it's quite the same
Beta Was this translation helpful? Give feedback.
All reactions