-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Selection does not work with all OS X text Services #2662
Comments
Also see markpluslabs/react-markplus#30 |
This happens because Ace creates dom nodes only for the visible part of the text, and doesn't create browser selection. |
handling small selections would satisfy the majority of needs I think. |
the only exception would be using searchlink to switch a whole document's links between inline & reference style. |
#3635 fixes the issue for small selections |
All OS X text services that act on a selection are broken, and the selected text is not passed to the service. I haven't dug into the mechanics of this, but it is the cause of #2446.
OS X Text services are a very popular way of adding functionality across editors. See for example Markdown Service Tools, SearchLink
Also see HappenApps/Quiver#163
The text was updated successfully, but these errors were encountered: