Opened 14 years ago

Last modified 14 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

  1. Load the following content with selection in editor;
    <table>
    	<tbody>
    		<tr>
    			<td>
    				some [mispelled] word</td>
    		</tr>
    	</tbody>
    </table>
    
  2. Open context menu on the selection, make sure the selection overlaps exactly with the underline marker.
  3. 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 14 years ago by WebSpellChecker.net

confirm

comment:2 Changed 14 years ago by WebSpellChecker.net

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 14 years ago by Garry Yao

Milestone: CKEditor 3.3CKEditor 3.x

OK, I've wronged SCAYT, not even a regression.

comment:4 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.x

Milestone CKEditor 3.x deleted

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy