Bug 67869 - Improve hit testing at boundaries of bidi text
Summary: Improve hit testing at boundaries of bidi text
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 57340
  Show dependency treegraph
 
Reported: 2011-09-09 15:34 PDT by Ryosuke Niwa
Modified: 2011-09-12 10:31 PDT (History)
5 users (show)

See Also:


Attachments
work in progress (5.12 KB, patch)
2011-09-12 10:31 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2011-09-09 15:34:35 PDT
We need to improve createVisiblePositionAfterAdjustingOffsetForBiDi in order to resolve the bug 57340.
Comment 1 Ryosuke Niwa 2011-09-09 18:45:27 PDT
On second thought, the change I had locally would diverge the behavior of WebKit from that of NSTextView so I probably shouldn't do it.
Comment 2 Ryosuke Niwa 2011-09-12 10:31:52 PDT
Created attachment 107063 [details]
work in progress