WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
48139
RTL: right/left arrow keys ignore unicode bidi control characters
https://bugs.webkit.org/show_bug.cgi?id=48139
Summary
RTL: right/left arrow keys ignore unicode bidi control characters
Xiaomei Ji
Reported
2010-10-22 10:42:07 PDT
Created
attachment 71575
[details]
test file After the fix of 25321, unicode bidi control characters are included in InlineTextBox, arrow key should be able to move caret around them. Given the test file which contains <div contenteditable>a‫b!‬c</div>, the visual display from left to right is: a!‫b‬c left/right arrow keys could place caret before and after Êc;, (moving caret from before 'b' to after 'c' takes 3 right-arrow movements). but neither is able to distinguish caret before and after ‫ (moving caret from before '!' to after 'b' takes only 2 right-arrow movements).
Attachments
test file
(109 bytes, text/html)
2010-10-22 10:42 PDT
,
Xiaomei Ji
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug