Bug 80535 - Problem selecting RTL text via drag
Summary: Problem selecting RTL text via drag
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-07 13:19 PST by Jeremy Moskovich
Modified: 2012-03-23 14:36 PDT (History)
6 users (show)

See Also:


Attachments
testcase (289 bytes, text/html)
2012-03-07 13:19 PST, Jeremy Moskovich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Moskovich 2012-03-07 13:19:07 PST
Chromium bug: crbug.com/90580

Steps to reproduce:

drag a selection starting from 'a', to the start of 'ב'

Expected results:
The entire string should be selected, FF does this correctly.

Actual results:
The entire string is selected except 'ב' , the only way to select the whole string is to drag all the way to it's right.
Comment 1 Jeremy Moskovich 2012-03-07 13:19:37 PST
Created attachment 130678 [details]
testcase