Opened 10 years ago
Last modified 10 years ago
#13024 confirmed Bug
break on backspace with arabic/persian languanges
Reported by: | Mehdi Ghorban Pour | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Blink | Cc: |
Description (last modified by )
Hi Please consider this scenario:
- change direction to rtl
- type some words. as you know in arabic/persian languages letters are attached to each other. for example توسعه
- when you are writing it for the first time, there is no problem but if you put cursor after ع and hit backspace to delete it, the letters س and ه should be attached to each other but they get separated. the result after removing one character should be like this توسه but it's not.
thanks
Attachments (1)
Change History (3)
Changed 10 years ago by
Attachment: | Untitled.png added |
---|
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Keywords: | arabic persian backspace removed |
Version: | 4.4.7 |
comment:2 Changed 10 years ago by
Keywords: | Blink added |
---|---|
Status: | new → confirmed |
Version: | → 4.0 |
- Set keyboard to Arabic (Saudi Arabia) on your operating system.
- Go to uilanguages sample and set CKEditor to Arabic
- Remove everything and type
j,sudi
on your latin keyboard - But cursor behind first letter which looks like latin 'd' and press backspace.
Results: in Blink (works fine in FF and IE) end result is as described by @mahdi87_gh.
This issue has started occurring from CKEditor 4.0 (works fine in 4.0 beta and native contenteditable).
bug in backspace rtl language