Bug 62855 - Caret is not rendered properly in vertical text in multi-columns
Summary: Caret is not rendered properly in vertical text in multi-columns
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 49408
  Show dependency treegraph
 
Reported: 2011-06-17 04:33 PDT by Ryosuke Niwa
Modified: 2013-02-03 14:14 PST (History)
3 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-17 04:33:24 PDT
Reproduction steps:
1. Open the attached document.
2. Click anywhere on text.

Expected result:
Caret is drawn at where I clicked.

Actual result:
Caret shows up at random place.

Since selection is rendered properly, I suspect that we just need to fix FrameSelection code.
Comment 1 mitz 2011-11-03 14:59:57 PDT
There is no attached document. The bug may have been fixed in one of r98191, r98400 and r98608.
Comment 2 Ryosuke Niwa 2013-02-03 14:14:51 PST
I don't remember what this bug was about.