Opened 11 years ago
Closed 11 years ago
#10850 closed Bug (fixed)
[Firefox] Undoing bold on entire table restores only a part of the selection
Reported by: | Olek Nowodziński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.2.2 |
Component: | Core : Selection | Version: | 4.2.1 |
Keywords: | Cc: |
Description
- Use the following HTML in replacebycode:
<table border="1" cellpadding="1" cellspacing="1" style="width:500px"> <tbody> <tr> <td>a</td> <td>b</td> </tr> <tr> <td>c</td> <td>d</td> </tr> </tbody> </table>
- Select all table cells with mouse.
- CTRL+B.
- CTRL+Z.
- Note that only the first column remains selected. Expected: The entire table is selected.
I'm unable to reproduce it in different browser. I guess this is mostly because of the fancy way Firefox selects table cells with mouse.
First bad commit: git:7f7a7aaa2135
This issue is correlated with #10812.
Fixed by #10812.