Opened 14 years ago
Closed 14 years ago
#6649 closed Bug (fixed)
Delete Table option is not working
Reported by: | sourav moy sau | 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 (2)
Change History (12)
comment:1 Changed 14 years ago by
comment:2 follow-up: 3 Changed 14 years ago by
Status: | new → pending |
---|
Works for me on trunk, can you provide more information?
comment:3 Changed 14 years ago by
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:4 Changed 14 years ago by
Status: | pending → confirmed |
---|
Changed 14 years ago by
Attachment: | 6649.patch added |
---|
comment:5 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
comment:6 Changed 14 years ago by
Keywords: | HasPatch added |
---|---|
Status: | review → assigned |
Only occurs when the object selection made on table (border click) instead of text selection inside of it.
comment:7 Changed 14 years ago by
Milestone: | → CKEditor 3.5.2 |
---|
comment:8 Changed 14 years ago by
Keywords: | HasPatch removed |
---|---|
Status: | assigned → review |
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.
Changed 14 years ago by
Attachment: | 6649_2.patch added |
---|
comment:9 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:10 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6559].
Hi, one thing forget to mention the browser version. it is IE7 Replying to souravmoysau: