Opened 15 years ago
Last modified 10 years ago
#4903 confirmed Bug
Indent command on multiple table cells incorrect
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Firefox | Cc: |
Description
Environment
Firefox
Reproducing Procedures
- Open any sample page, load editor with the following content and selection (multiple cells selected):
<table> <tr> <th>[head1]</th> <th>[head2]</th> </tr> <tr> <td>[cell1]</td> <td>[cell2]</td> </tr> </table>
- Click on 'Indent' command;
- Actual Result: Only the first cell (head1) get indented.
- Expected Result: All cells get indented.
It seems it is still an issue in CKEditor 4.x and Firefox.
When I select all cells with mouse only first one gets indented.
This issue is related to #3140 which concerns indenting whole table.