Summary | Error in spellchecking HTML messages with tables |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | david.fernandez (at) ehu (dot) es |
Created | 02/08/2013 (4542 days ago) |
Due | |
Updated | 04/08/2013 (4483 days ago) |
Assigned | 02/11/2013 (4539 days ago) |
Resolved | 02/12/2013 (4538 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 84a280da972726b5cc286b0b7231d33548a25906
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Feb 12 16:26:08 2013 -0700
[mms] Fix replacing spellchecker elements within tables (
Bug #12028).Looks like something wonky with prototypejs' update() method.
framework/Core/js/spellchecker.js | 2 +-
framework/Core/package.xml | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/84a280da972726b5cc286b0b7231d33548a25906
Version ⇒ Git master
Queue ⇒ Horde Framework Packages
State ⇒ Resolved
commit cf12001260d81c20bdb89b7e6cd5fe69a371b998
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Feb 12 16:26:08 2013 -0700
[mms] Fix replacing spellchecker elements within tables (
Bug #12028).Looks like something wonky with prototypejs' update() method.
framework/Core/js/spellchecker.js | 2 +-
framework/Core/package.xml | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/cf12001260d81c20bdb89b7e6cd5fe69a371b998
State ⇒ Assigned
You will need to provide detailed instructions on how to reproduce
the errors you are seeing.
- Insert an HTML table with the editor.
- Write text in a cell of the table with spelling errors.
- Use de spell checker. Resume editing.
- The words with errors are moved to the end of their phrase, losing
the sense of the text.
State ⇒ Feedback
You will need to provide detailed instructions on how to reproduce the
errors you are seeing.
Milestone ⇒
State ⇒ Unconfirmed
Patch ⇒ No
Queue ⇒ IMP
Summary ⇒ Error in spellchecking HTML messages with tables
Type ⇒ Bug
Priority ⇒ 1. Low
within table cells are disorganized, losing the sense of the text. The
error occurs when you press the "Resume editing".