Bug 112232
| Summary: | Cannot select a line consisting of RTL letters and numbers in a LTR block by a mouse drag | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ahmad.saleem792, enrica, eric, leviw, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryosuke Niwa
e.g.
<div contenteditable="" style="border: solid 1px black; padding:10px;">عشق123</div>
You can't select the entire line by dragging mouse from the left edge to the right edge.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
I don't think this is specific to Farsi.
Radar WebKit Bug Importer
<rdar://problem/13435965>
Ahmad Saleem
data:text/html,<div%20contenteditable=""%20style="border:%20solid%201px%20black;%20padding:10px;">عشق123</div>
Seems to work these days? or I am doing something wrong?