Opened 5 years ago
Closed 5 years ago
#1484703 closed Bugs (duplicate)
HTML spell checking not working.
| Reported by: | stever-corp | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1-stable |
| Component: | Client Scripts | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When checking spelling on a message with spelling errors, the HTML spell checker returns "No misspellings found."
Steps to reproduce:
- Compose new HTML message.
- In the text box for the message type "tseting".
- Click the ABC Check toolbar icon to run the spellcheck.
- returns "No misspellings found".
Spell checking works fine when composing text message. Same results occur if composing defaults to text and is changed to HTML. No errors appear in logs.
Spellchecker Config:
$rcmail_config['enable_spellcheck'] = TRUE; $rcmail_config['spellcheck_uri'] = ''; $rcmail_config['spellcheck_languages'] = NULL;
PHP Information
CURL support => enabled CURL Information => libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
SVN Info
# svn info Path: . URL: https://svn.roundcube.net/trunk/roundcubemail Repository Root: https://svn.roundcube.net Repository UUID: 208e9e7b-5314-0410-a742-e7e81cd9613c Revision: 947 Node Kind: directory Schedule: normal Last Changed Author: tomekp Last Changed Rev: 947 Last Changed Date: 2007-12-31 01:31:35 -0500 (Mon, 31 Dec 2007)
Change History (2)
comment:1 Changed 5 years ago by thomasb
comment:2 Changed 5 years ago by seansan
- Milestone set to 0.1-stable
- Resolution set to duplicate
- Status changed from new to closed
Dupe of #1484196
Note: See
TracTickets for help on using
tickets.

Maybe related to #1484196? Please verify.