Bug 138350 - Selection of upright vertical latin text is completely broken
Summary: Selection of upright vertical latin text is completely broken
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-03 21:05 PST by Myles C. Maxfield
Modified: 2014-11-03 21:12 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2014-11-03 21:05:01 PST
Try to select some of the rightmost text in fast/writing-mode/text-orientation-basic.html
Comment 1 Myles C. Maxfield 2014-11-03 21:08:15 PST
Selection calls Font::offsetForPosition(), which uses the complex code path, which doesn't support upright vertical characters
Comment 2 Myles C. Maxfield 2014-11-03 21:12:25 PST
https://bugs.webkit.org/show_bug.cgi?id=100050