Bug 60884 - RTL Text does not split on white space when typing to the edge of a textarea
Summary: RTL Text does not split on white space when typing to the edge of a textarea
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-16 07:52 PDT by Yair Yogev
Modified: 2017-07-18 08:27 PDT (History)
5 users (show)

See Also:


Attachments
TestCase1 (772 bytes, text/html)
2011-05-16 07:52 PDT, Yair Yogev
no flags Details
TestCase2 (up arrow caret navigation) (888 bytes, text/html)
2011-05-16 07:53 PDT, Yair Yogev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yair Yogev 2011-05-16 07:52:26 PDT
Created attachment 93640 [details]
TestCase1

To reproduce, open the attached TestCase1 and follow the instructions.
This also breaks caret visual positioning, caret keyboard navigation (Left\Right keys) and as shown in TestCase2, also breaks caret navigation using the Up arrow key.


a similar LTR issue was fixed recently in Bug 59968.

Confirmed with Windows Safari using WebKit nightly r86547

Relevant chromium issue: http://crbug.com/82774
Comment 1 Yair Yogev 2011-05-16 07:53:28 PDT
Created attachment 93641 [details]
TestCase2 (up arrow caret navigation)
Comment 2 Yair Yogev 2011-05-20 18:57:58 PDT
while it seems that the issues shown in TestCase1 has "always" been there (i reproduced the issues using a chromium build dated March 2010),
the up arrow issue (TestCase2) is a regression which happened between r84685-r84639

so i am guessing that it's the fix for bug 49508 (http://trac.webkit.org/changeset/84659)

might still be the same issue though...