abrimo / TinyMCE-Autocomplete-Plugin

Twitter/Facebook style inline autocomplete for the TinyMCE WYSIWYG editor
41 stars 25 forks source link

Improve calculation of suggestions list's position and add callback function for populating suggestions list #14

Open minhhai2209 opened 11 years ago

minhhai2209 commented 11 years ago

-Improve calculation of suggestions list's position, make it work across major browsers (IE, Chrome, Firefox). -Use callback function to populate suggestions list in order to give the developer greater flexibily. -Make caret appear in right position after selecting an option.

abrimo commented 11 years ago

Cool, thanks for the pull request. It doesn't look like this would be backwards compatible but I can see you've fixed a few bugs.

minhhai2209 commented 11 years ago

I'm glad to hear this. And sorry for not making it backwards compatible since I had modified your plugin for our project before thinking about any other thing.

Your plugin helped me solve a lot of troubles. Thank you a lot for making a great plugin.