You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It also causes the "undo" option to disappear on text input controls.
That block of code (!navigation) should be executed only when no text is selected and is not editable: !params->GetSelectionText() && !params->IsEditable().
I think the error is here:
cefpython/cefpython/cef3/client_handler/client_handler.cpp
Line 938 in b1c8f80
It also causes the "undo" option to disappear on text input controls.
That block of code (!navigation) should be executed only when no text is selected and is not editable: !params->GetSelectionText() && !params->IsEditable().
Initially reported on the Forum: https://groups.google.com/d/topic/cefpython/kQE9ia5RIL8/discussion
The text was updated successfully, but these errors were encountered: