Opened 15 years ago
Closed 15 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
- Create DIV container with RTL direction (Advanced tab -> Language Direction).
- 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 15 years ago by
Keywords: | WebKit added; webkit removed |
---|---|
Milestone: | CKEditor 3.x → CKEditor 3.3 |
comment:2 Changed 15 years ago by
Keywords: | WebKit removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
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.
*_^
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.