Bug 62855
| Summary: | Caret is not rendered properly in vertical text in multi-columns | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | hyatt, justin.garcia, mitz |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 49408 | ||
Ryosuke Niwa
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
mitz
There is no attached document. The bug may have been fixed in one of r98191, r98400 and r98608.
Ryosuke Niwa
I don't remember what this bug was about.