Opened 15 years ago
Last modified 15 years ago
#5705 confirmed Bug
SCAYT underline interfere row/cell/column deletion
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: | WebSpellChecker.net |
Description
- Load the following content with selection in editor;
<table> <tbody> <tr> <td> some [mispelled] word</td> </tr> </tbody> </table>
- Open context menu on the selection, make sure the selection overlaps exactly with the underline marker.
- Click on either 'Delete Cell'/'Delete Column'/'Delete Row';
- Actual Result: Error thrown and there's on deletion happens.
Reproducible in all browsers, error stack in Firefox:
row is undefined http://ckeditor.t/projects/3.3.x/_source/plugins/tabletools/plugin.js Line 181
Change History (4)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Problem can be reproduced with the following markup/selection with the SCAYT disabled:
<table> <tbody> <tr> <td> some <strong>mi[spell]ed</strong> word</td> </tr> </tbody> </table>
it also can be reproduced in 3.2.1
comment:3 Changed 15 years ago by
Milestone: | CKEditor 3.3 → CKEditor 3.x |
---|
OK, I've wronged SCAYT, not even a regression.
confirm