Donate Share

ajax-spell

File Release Notes and Changelog

Release Name: 1.9

Notes:


Changes: Fixes in Version 1.9 -------------------------------------------------------------- - The fix from 1.8 to strip out extra stuff in html tags had a bug. That's now fixed. - The results and suggestions divs are now auto generated so you don't have to have them hardcoded on the page. This allows for multiple spell checkers on the same page. You currently still need to have a hardcoded action and status divs for each spell checker. - Added a fix in spell_checker.php for the people who don't have magic_quotes_gpc enabled on their server...I think this works ok, but it's not been verified as of yet. It basically only affects words with apostrophe's and them not being replaced. - Added a check so it will say "No Suggestions" if there aren't any suggestions for the misspelled word. - Added check to the onClick handler in spell_checker.js so that it doesn't interfere with any onClick handlers that may already exist on the page. - Modified the findPosX and findPosY functions in spell_checker.js so that it will find the correct position if the spellchecker is inside any other divs. - Consolidated the switchText() spell_checker.js code a bit. - Many thanks to Justin Greer for helping find these bugs.