Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#8053 closed Bug (fixed)

WebKit: List items always contain "dir" attribute

Reported by: Wiktor Walc Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.6.1
Component: General Version: 3.6.1
Keywords: Webkit Cc:

Description

Starting from [6928] newly created unordered/ordered list items contain dir attribute. Found in Safari and Chrome.

Steps to reproduce

  1. Load ajax sample
  2. Press "Numbered List" button
  3. Type some text, press enter twice
  4. Result:
    <ol>
    	<li dir="ltr">
    		one</li>
    </ol>
    

Attachments (2)

8053.patch (713 bytes) - added by Garry Yao 13 years ago.
8053_2.patch (749 bytes) - added by Garry Yao 13 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 Changed 13 years ago by Wiktor Walc

Status: newconfirmed
Summary: WebKit: Lists items always contain "dir" attributeWebKit: List items always contain "dir" attribute

Changed 13 years ago by Garry Yao

Attachment: 8053.patch added

comment:2 Changed 13 years ago by Garry Yao

Keywords: Webkit added
Owner: set to Garry Yao
Status: confirmedreview

Changed 13 years ago by Garry Yao

Attachment: 8053_2.patch added

comment:3 Changed 13 years ago by Garry Yao

Saar has reminded that in case the offline element also carries direction.

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 [7053].

comment:6 Changed 13 years ago by Frederico Caldeira Knabben

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