Bug 122703 - Move positionForPoint to RenderTextLineBoxes
Summary: Move positionForPoint to RenderTextLineBoxes
Status: RESOLVED FIXED
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:
 
Reported: 2013-10-12 15:18 PDT by Antti Koivisto
Modified: 2013-10-12 16:51 PDT (History)
5 users (show)

See Also:


Attachments
patch (20.32 KB, patch)
2013-10-12 15:22 PDT, Antti Koivisto
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2013-10-12 15:18:26 PDT
another
Comment 1 Antti Koivisto 2013-10-12 15:22:23 PDT
Created attachment 214067 [details]
patch
Comment 2 Andreas Kling 2013-10-12 15:26:30 PDT
Comment on attachment 214067 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=214067&action=review

r=me

> Source/WebCore/rendering/RenderObject.cpp:2525
> +    while (const RenderObject* parent = child->parent()) {

const RenderElement*
Comment 3 Antti Koivisto 2013-10-12 16:51:51 PDT
https://trac.webkit.org/r157349