Opened 14 years ago

Closed 14 years ago

#4834 closed Bug (invalid)

[Chrome] In RTL DIV container typing on the end is broken

Reported by: Tobiasz Cudnik Owned by:
Priority: Normal Milestone: CKEditor 3.3
Component: General Version:
Keywords: Cc:

Description

Reproduced in Chrome.

Reproduce

  1. Create DIV container with RTL direction (Advanced tab -> Language Direction).
  2. Start typing

Result: New characters shows up on the right end. Expected: New characters shows up on the left end.

Change History (2)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: WebKit added; webkit removed
Milestone: CKEditor 3.xCKEditor 3.3

This is definitely a browser issue. We must also understand that we're testing it by typing LTR text into a RTL space. Maybe it works well with RTL text.

We need a ticket for it at the WebKit site, closing this one as CantFix after that.

comment:2 Changed 14 years ago by Garry Yao

Keywords: WebKit removed
Resolution: invalid
Status: newclosed

Far from a bug, let the specification tells:

This attribute specifies the base direction of directionally neutral text (i.e., text that doesn't have inherent directionality as defined in [UNICODE])...

If a document does not contain a displayable right-to-left character, a conforming user agent is not required to apply the [UNICODE] bidirectional algorithm.

This could be easily proved by typing the following characters sequence to into a RTl div.

*_^
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