Bug 62562

Summary: Frame::visiblePositionForPoint returns null position if the point is over an imagemap
Product: WebKit Reporter: Enrica Casucci <enrica>
Component: HTML EditingAssignee: Enrica Casucci <enrica>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch enrica: review+

Description Enrica Casucci 2011-06-13 10:47:57 PDT
The innerNode() of an imageMap is an area, and doesn't have a renderer and therefore can't report a position.

<rdar://problem/9313885>
Comment 1 Enrica Casucci 2011-06-13 15:32:10 PDT
Created attachment 97019 [details]
Patch

Postin this patch on behalf of Morgan Winer.
Comment 2 Enrica Casucci 2011-06-13 15:33:40 PDT
Comment on attachment 97019 [details]
Patch

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

> Source/WebCore/ChangeLog:18
> +        (WebCore::Frame::visiblePositionForPoint): Changin innerNode() to innerNonSharedNode().

Typo "Changin"
Comment 3 Enrica Casucci 2011-06-13 15:38:49 PDT
On behalf of Morgan Winer:
Committed revision 88718.