Opened 13 years ago

Closed 13 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)

7020.png (1.3 KB) - added by Sa'ar Zac Elias 13 years ago.
Clarification of the selection
7020.patch (543 bytes) - added by Garry Yao 13 years ago.

Download all attachments as: .zip

Change History (7)

Changed 13 years ago by Sa'ar Zac Elias

Attachment: 7020.png added

Clarification of the selection

comment:1 Changed 13 years ago by Sa'ar Zac Elias

Milestone: CKEditor 3.5.1

comment:2 Changed 13 years ago by Sa'ar Zac Elias

Status: newconfirmed

Regression of [6333].

Changed 13 years ago by Garry Yao

Attachment: 7020.patch added

comment:3 Changed 13 years ago by Garry Yao

Owner: set to Garry Yao
Status: confirmedreview

Affects all browsers, not a regression, but just get accidentally revealed by [6663].

comment:4 Changed 13 years ago by Sa'ar Zac Elias

Status: reviewreview_passed

comment:5 Changed 13 years ago by Garry Yao

Resolution: fixed
Status: review_passedclosed

Fixed with [6368].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy