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

Custom Render not clickable #53

Closed
mcnnr27 opened this issue Apr 26, 2012 · 1 comment
Closed

Custom Render not clickable #53

mcnnr27 opened this issue Apr 26, 2012 · 1 comment

Comments

@mcnnr27
Copy link

mcnnr27 commented Apr 26, 2012

In the example here, http://textextjs.com/manual/examples/autocomplete-with-custom-render.html, the suggestions are not clickable. I've tried FF11 and IE9 on Windows 7.

Additionally, with my own custom render, slightly more simple than the example, of

    suggestion + '<p>Lorem ipsum dolor sit amet, consectetur adipisicing </p>'

"suggestion" is clickable but the paragraph element is not.

What is TextExt looking for here? How do I make an entire custom rendered suggestion clickable?

@mcnnr27
Copy link
Author

mcnnr27 commented Apr 26, 2012

Nevermind, the code in issue #41 basically solves this. Thanks.

@mcnnr27 mcnnr27 closed this as completed Apr 26, 2012
balupton added a commit to macropodhq/jquery-textext that referenced this issue Jul 24, 2012
…batchev#28 - Suggestions aren't clickable when autocomplete is manually shown

Problem is that the click event does not fire for some reason, however
the mouseup event does. Likely browser lacking support, or the click
event is cancelled by a bubbling event. However, this fixes the issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant