Skip to content

Fix for autocomplete on contenteditable divs. #484

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

Merged
merged 1 commit into from
Oct 1, 2011
Merged

Fix for autocomplete on contenteditable divs. #484

merged 1 commit into from
Oct 1, 2011

Conversation

david
Copy link
Contributor

@david david commented Oct 1, 2011

Right now, if you press Backspace (or C-Backspace) on a contenteditable div, autocomplete stops working. I traced it to a stray reference to element.val(). This is a one line fix to that problem. Unfortunately, I don't have time to figure out how to test this, but I wanted to at least give a heads up about it.

Thanks,

David

scottgonzalez added a commit that referenced this pull request Oct 1, 2011
Fix for autocomplete on contenteditable divs.
@scottgonzalez scottgonzalez merged commit 5dcaacc into jquery:master Oct 1, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants