WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
165753
Wrong whitespace position in wrapped rtl
https://bugs.webkit.org/show_bug.cgi?id=165753
Summary
Wrong whitespace position in wrapped rtl
Adrian Heine
Reported
2016-12-12 03:27:42 PST
Given a monospace textarea with a width of 6 characters with the following content:
>>>><<<<< (order)
012387654 (storage position) Say ا ب ج Firefox wraps like this: >>>><< (order) |012354| (storage position) |Say ا| <<< (order) |876 | (storage position) |ب ج | Webkit wraps like this: >>>><< (order) |012345| (storage position) |Say ا | <<< (order) |876 | (storage position) |ب ج | I argue that Webkit's behaviour is wrong, since 4 and 5 are part of an rtl span and thus their horizontal order should be reversed content order. I confirmed this in Epiphany with Webkit 2.14.2 and Chromium 55.
Attachments
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