Ticket #8185 (closed Bug: fixed)
Delete Table Context Menu not working
| Reported by: | naresh.sivaraman | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.4.2 |
| Keywords: | Cc: |
Description
Tested in IE8. Reproducible in IE7,6 .
- Access the editor.
- Click table icon.
- Set "Height" to 300 pixels.
- Click "OK" button to add a table.
- Right click on the bottom part of the table and choose "Delete Table".
The table is not deleted.
Issue seems to be with this line in tabletools/plugin.js - "startElement.getAscendant( 'table', 1 )".
Change History
comment:2 Changed 2 years ago by naresh.sivaraman
@j.swiderski - I did not have the opportunity to try with all the versions. When I integrated with the latest CKEditor (3.6.1), I was not able to reproduce the issue.
comment:3 Changed 21 months ago by j.swiderski
- Status changed from pending to closed
- Resolution set to fixed
Has been working from 3.5.3
Note: See
TracTickets for help on using
tickets.

My results are as follows: This issue was not working till CKE 3.5.2. From CKEditor 3.5.3 tables are removed nicely.
@naresh.sivaraman are you getting the same results?