Ticket #3830 (closed Bug: fixed)
Multi-cell selection does not work
| Reported by: | damo | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | |
| Keywords: | Confirmed IBM Review+ | Cc: |
Description
When selecting a cell range in a table, the Cell Properties dialog should modify the properties of all cells in the range. Currently it only does for one cell.
Attachments
Change History
comment:2 Changed 4 years ago by garry.yao
- Status changed from new to closed
- Resolution set to wontfix
Cell Properties, as an 'editing' command, as other similar commands, is designed to deal with one element each time, which will result in ambiguous result when applied to multiple, currently we would keep the current feature as it is.
comment:3 Changed 4 years ago by damo
This works as described in the ticket on FCKEditor 2.6. Why would CKEditor 3.0 be different?
comment:4 Changed 4 years ago by fredck
- Status changed from closed to reopened
- Resolution wontfix deleted
I agree with damo. This is a required feature.
comment:5 Changed 4 years ago by garry.yao
- Owner set to garry.yao
- Status changed from reopened to new
comment:6 Changed 4 years ago by garry.yao
- Status changed from new to assigned
- Keywords Review? added
comment:8 Changed 4 years ago by martinkou
Please fix the curly bracket at tabletools plugin line 428 before committing - it should go to the next line.
comment:9 Changed 4 years ago by fredck
- Keywords Review- added; Review+ removed
Moving onShow and onOk out of the specific plugin is really strange. It sounds like a hack. What if I need another plugin that interact with the selected cell? Should I change tabletools again then?
comment:12 Changed 4 years ago by fredck
- Keywords Review- added; Review+ removed
The changelog file has an incorrect change at line 1.
comment:15 Changed 4 years ago by garry.yao
- Status changed from assigned to closed
- Resolution set to fixed
