#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 (5)
comment:1 Changed 13 years ago by
Status: | new → pending |
---|
comment:2 Changed 13 years ago by
@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 13 years ago by
Resolution: | → fixed |
---|---|
Status: | pending → closed |
Has been working from 3.5.3
comment:4 Changed 13 years ago by
Can you please point me to the revision which has the fix for this issue?
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?