Lançamentos do RapidSpell Web ASP.NET

Released: Oct 14, 2022

Atualizações na v6.4

Correções

  • Fixed resize gripper not appearing in as-you-type textboxes.
  • Fixed overflow issue in as-you-type in Chrome.
  • Correct padding is now applied to as-you-type textboxes so that it is inside of scrollpane.
  • Fixed tab key in as-you-type, Chrome.
  • Fixed handling of % width/height in as-you-type enabled textboxes.
  • Fixed bug in RapidSpellWInlineTextBox (older Server Control usage).
  • Fixed issue where cookies are added twice.

Released: Apr 9, 2021

Atualizações na v6.2

Recursos

  • Updated English dictionary.

Correções

  • Fixed problem when Undo button is not visible.

Released: May 23, 2020

Atualizações na v6.1

Recursos

  • Cookies used by RapidSpell to hold user option selections now have the Secure attribute set when run on HTTPS.
  • IgnorePatternMaximumWordLength property added to RapidSpellChecker so that ignore patterns can be restricted in length.
  • LookForAnagrams property added so that anagram suggestions can be disabled.
  • ASP.NET Core assembly, added ability to specify a custom UserDictionary subclass for use in the API.
  • Removed inclusion of stack trace in JS error logs, for security.

Released: Jun 5, 2019

Atualizações na v6.0

Recursos

  • Added ASP.NET Core support with new DLL.
  • Updated Dict Manager.
  • Added ability to set field labels for the dialog checker with JS mode usage, see Dialog page in the help.
  • Added event hook ups for keypress and input.
  • Support change events in AngularJS.

Correções

  • Fixed issue with IE11 running in IE9 mode causing browser crash.
  • Fix bug in dialog check where words could be incorrectly ignored.

Released: May 3, 2017

Atualizações na v5.3

Correções

  • 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: Dec 5, 2016

Atualizações na v5.2

Recursos

  • 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...

Released: Mar 30, 2016

Updates in this release

Updates in v5.1

  • The Javascript files now contain no lines over 3000 characters long (this is to help other developer tools that might not handle long lines).
  • Moved demo projects to user's "Documents" folder to prevent UAC challenges when opening a solution in VS.
  • Updated documentation.
  • Fix certain capitalized suggestions being duplicated.

Released: Dec 18, 2015

Updates in this release

Updates in v5.0

  • Added WCF and ASMX Web Services for backend server calls. For MVC users this means there is now no dependence on ASPX Web Forms. It is also more lightweight.
  • 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...

Released: Dec 2, 2014

Updates in this release

Updates in v4.4.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.

Released: Mar 25, 2014

Updates in this release

Updates in v4.3.2

  • Improved static overlay styling.