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

Allow clicking list items #3

Closed
jdittrich opened this issue Mar 8, 2014 · 0 comments
Closed

Allow clicking list items #3

jdittrich opened this issue Mar 8, 2014 · 0 comments

Comments

@jdittrich
Copy link
Owner

What should happen: When clicking on a list entry, the corresponding autocomplete text should be inserted at cursor position
What happens: nothing

Reason:
Inserting text via sendkeys after mouseclick on a item throws a _TypeError: invalid 'in' operand ret.doc in ace2_common.js?callback=require.define. It seems to be connected to some focus stealing problem.

lpagliari added a commit to storytouch/ep_autocomp that referenced this issue Nov 4, 2015
I could not reproduce the issue @jdittrich mentioned on jdittrich#3. Tested on
Chrome on a Mac, so I'm assuming this commit addresses what was
mentioned on jdittrich#3.

This commit also rename all occurrences of "cursor" I could find to
"caret" ("cursor" is related to mouse, "caret" to keyboard. See README
of https://github.com/redhog/ep_cursortrace);

Also improved some tests and avoided errors when Etherpad instance has
default pad text set on settings.json.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants