Ticket #6649 (closed Bug: fixed)
Delete Table option is not working
| Reported by: | souravmoysau | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.5.3 |
| Component: | UI : Dialogs | Version: | 3.4.2 |
| Keywords: | Cc: |
Description
Hi, The delete table option[ select a table and then right click and select Delete Table] is not working. Rather deleting the selected table it slects the content of the table. Workaround: Cut and paste the table.The choose the delete option,then the delete will work !!!!!!!!
Attachments
Change History
comment:1 in reply to: ↑ description Changed 3 years ago by souravmoysau
comment:2 follow-up: ↓ 3 Changed 3 years ago by garry.yao
- Status changed from new to pending
Works for me on trunk, can you provide more information?
comment:3 in reply to: ↑ 2 Changed 3 years ago by souravmoysau
Replying to garry.yao:
Works for me on trunk, can you provide more information?
hi, i have tested on the demo linkhttp://ckeditor.com/demo.In Ie7 The steps i followed is as below 1.Move cursor to the border of the table. 2.move cursor appear,left clicked 3.the table showing selected. 4.right clicked and select "Delete Table". 5.The table content get selected.
comment:5 Changed 3 years ago by garry.yao
- Status changed from confirmed to review
- Owner set to garry.yao
comment:6 Changed 2 years ago by garry.yao
- Keywords HasPatch added
- Status changed from review to assigned
Only occurs when the object selection made on table (border click) instead of text selection inside of it.
comment:8 Changed 2 years ago by garry.yao
- Status changed from assigned to review
- Keywords HasPatch removed
Reduced TC:
- Left click on table border to show handler;
- Right click at the same position to open context menu;
- Press "Esc" to close menu;
- Actual Result: selection is NOT at the table.
comment:10 Changed 2 years ago by garry.yao
- Status changed from review_passed to closed
- Resolution set to fixed
Fixed with [6559].

Hi, one thing forget to mention the browser version. it is IE7 Replying to souravmoysau: