Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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 .

  1. Access the editor.
  2. Click table icon.
  3. Set "Height" to 300 pixels.
  4. Click "OK" button to add a table.
  5. 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 Jakub Ś

Status: newpending

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?

comment:2 Changed 13 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 13 years ago by Jakub Ś

Resolution: fixed
Status: pendingclosed

Has been working from 3.5.3

comment:4 Changed 13 years ago by naresh.sivaraman

Can you please point me to the revision which has the fix for this issue?

comment:5 Changed 13 years ago by Jakub Ś

Fixed with [6646]

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