Opened 15 years ago
Closed 15 years ago
#7020 closed Bug (fixed)
Webkit: Applying direction to certian table selection ruins the table
| Reported by: | Sa'ar Zac Elias | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.5.1 |
| Component: | Core : BiDi | Version: | 3.5.1 |
| Keywords: | WebKit | Cc: |
Description
- Using the following (note: the text "aa" is not selected)
<table border="1"> <tbody> <tr> <td> aa[</td> <td> bb</td> </tr> <tr> <td> cc</td> <td> dd]</td> </tr> </tbody> </table>
- Click the RTL icon.
Note that the table is corrupted.
Attachments (2)
Change History (7)
Changed 15 years ago by
comment:1 Changed 15 years ago by
| Milestone: | → CKEditor 3.5.1 |
|---|
Changed 15 years ago by
| Attachment: | 7020.patch added |
|---|
comment:3 Changed 15 years ago by
| Owner: | set to Garry Yao |
|---|---|
| Status: | confirmed → review |
Affects all browsers, not a regression, but just get accidentally revealed by [6663].
comment:4 Changed 15 years ago by
| Status: | review → review_passed |
|---|
comment:5 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |
Fixed with [6368].

Clarification of the selection