Opened 14 years ago

Last modified 14 years ago

#6235 closed Bug

BIDI: Applying direction to multi-paragraph selection within a div — at Initial Version

Reported by: Damian Owned by:
Priority: Normal Milestone: CKEditor 3.4.2
Component: General Version: 3.4
Keywords: IBM Cc: Joe Kavanagh, Satya, satya_minnekanti@…

Description

When selecting multiple paragraphs that reside inside a <div>, the direction attribute is being set on the parent <div> rather than the paragraphs.

<div>
  <p>Paragraph 1</p>
  <p>Paragraph 2</p>
</div>

The expectation is that the individual paragraphs get their direction attribute set.

Change History (0)

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