RapidSpell Web Java 新版本发表
Released: Oct 19, 2022
v5.4 中的更新
特性
修补程序
- Fixed encoding issue in OpenLiberty server.
- Fixed remove duplicate word issue in DIV dialog.
- Fixed as you type not working in Safari 15.
- Fixed Firefox AYT rendering issue.
- Fixed Chrome on Mac menu issue.
- Fixed bug with undefined IDs.
Released: Apr 22, 2021
v5.3 中的更新
特性
- Added Servlet API 5 compatible JAR.
- Cookies used by RapidSpell to hold user option selections now have the Secure attribute set when run on HTTPS.
- Updated English dictionary.
- Added the ability to set field labels for the dialog checker with JavaScript mode usage.
- Added event hook-ups for keypress and input.
- Added support for changing events using AngularJS.
修补程序
- Fixed problem when Undo button is not visible.
- Fixed issue with IE11 running in IE9 mode causing browser crash.
- Fixed bug in dialog...
Released: Jun 30, 2017
v5.2 中的更新
特性
- Added ability to set field labels for the dialog checker with JS mode usage, see Dialog page in the help.
修补程序
- IE7 Fix browser contextmenu being shown when right clicking on error word.
- Chrome v57 introduced an issue with INPUT (single line) text boxes being wrongly sized in height, which has been fixed.
- Fixed issue with cursor not being visible (when first clicked) in single line text boxes in Chrome.
- Russian translation correction.
Released: Mar 17, 2017
v5.1 中的更新
特性
- Added Polish and Russian UI texts.
- Added support for jQuery Combobox.
- Added support for jQuery autosize.
- Added documentation on using with KendoUI rich text box, see 3rd party text box section of the help.
- Improved handling of textboxes made invisible and then visible again.
- Added rsw_unregisterTextBox(textBoxId) function to remove textbox from spell checker.
- Added preventDefaultCurrentEvent function to allow event cancellation (eg key events), see the Client Scripting section of the help...
Released: Feb 16, 2016
Updates in this release
Updates in v5.0
- Spell check options dialog added.
- Added support for the context menu key on the keyboard, and enabled selection of suggestion menu items with keyboard.
- Edge browser support added.
- jQuery UI based dialog mode added (for Javascript based usage only).
- Modal mode improvement to use jQuery UI dialog (must enable with rapidSpell.dialog_setUseDivDialog(true);) (for Javascript based usage only).
- Smaller bug fixes.
Released: Dec 2, 2014
Updates in this release
Updates in v4.2.0
- Allow textboxes to be checked by inclusively specifying them rather than excluding them.
- Addressed some XSS issues with dialog spell checker.
- Fix for IE11 not tabbing to other textboxes.
- Fixed issue parsing some HTML content with entities.
- Fixed textbox overlay sizing issue with RapidSpellWInline tag usage and IE7, in static mode.
Released: Feb 21, 2013
Updates in this release
Updates in v4.0
- As-you-type support added for Chrome and Safari browsers.
- Automatic setup scripts added, which spell check all text-boxes unless otherwise indicated.
- Automatic dictionary caching, supports multiple dictionaries per application.
- Filter suggestions that would make text longer than maximum length.
- Inline "ignore all" removes underlines in all text boxes and not just current one.
Released: Jun 1, 2011
Updates in this release
Updates in V3.2
- Internet Explorer 9 support added
- Firefox 4 support added