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+

Enrica Casucci
Reported 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>
Attachments
Patch (1.73 KB, patch)
2011-06-13 15:32 PDT, Enrica Casucci
enrica: review+
Enrica Casucci
Comment 1 2011-06-13 15:32:10 PDT
Created attachment 97019 [details] Patch Postin this patch on behalf of Morgan Winer.
Enrica Casucci
Comment 2 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"
Enrica Casucci
Comment 3 2011-06-13 15:38:49 PDT
On behalf of Morgan Winer: Committed revision 88718.
Note You need to log in before you can comment on or make changes to this bug.