Skip to Content
Menu
This question has been flagged
1 Reply
690 Views

UncaughtPromiseError

Uncaught Promise > Syntax error, unrecognized expression: unsupported pseudo: o_editable

Error: Syntax error, unrecognized expression: unsupported pseudo: o_editable

    at Sizzle.error (:4352:402)

    at PSEUDO (:4368:185)

    at matcherFromTokens (:4404:795)

    at Sizzle.compile (:4421:34)

    at Sizzle.select (:4428:12)

    at Sizzle (:4301:8)

    at Sizzle.matchesSelector (:4350:8)

    at jQuery.filter (:4440:60)

    at winnow (:4438:15)

    at jQuery.fn.init.filter (:4443:91)

Avatar
Discard
Best Answer

From this link https://stackoverflow.com/questions/24238302/syntax-error-unrecognized-expression-unsupported-pseudo
I guest you need to correct your selector, perhaps .o_editable maybe, somewhere else you might use :o_editable

Avatar
Discard