Bug 62841 - [chromium] Selection on vertical text isn't rendered properly on Chromium Linux
Summary: [chromium] Selection on vertical text isn't rendered properly on Chromium Linux
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kenichi Ishibashi
URL:
Keywords:
Depends on: 97676
Blocks:
  Show dependency treegraph
 
Reported: 2011-06-16 21:50 PDT by Ryosuke Niwa
Modified: 2013-04-11 14:39 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2011-06-16 21:50:45 PDT
See
http://trac.webkit.org/export/89097/trunk/LayoutTests/platform/chromium-linux/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png

Selection is off by few pixels.

The complete list of vertical text tests in editing/selection:
http://trac.webkit.org/changeset/89097
Comment 1 Tony Chang 2012-09-26 11:25:34 PDT
I think we're positioning the vertical glyphs too far to the right.

We should be centered in the border:
http://trac.webkit.org/export/129675/trunk/LayoutTests/platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png

The non-rotated glyphs (the numbers) seem further left:
http://trac.webkit.org/export/129675/trunk/LayoutTests/platform/chromium-linux/fast/dynamic/text-combine-expected.png

Maybe we're setting the origin of the glyph incorrectly?