Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No context menu on selected text when context_menu > navigation option is set to False #222

Closed
cztomczak opened this issue Apr 8, 2016 · 1 comment
Labels
Milestone

Comments

@cztomczak
Copy link
Owner

I think the error is here:

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

@cztomczak cztomczak added the bug label Apr 8, 2016
@cztomczak cztomczak added this to the Chrome 47 milestone Apr 8, 2016
@cztomczak
Copy link
Owner Author

Fixed in commit d4217b2.

@cztomczak cztomczak modified the milestones: v55, Chrome 50+ Feb 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant