Bug 133749 - WebKit2 iOS: Unable to open UI menu for "open in new tab" for links on yahoo.com
Summary: WebKit2 iOS: Unable to open UI menu for "open in new tab" for links on yahoo.com
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: Enrica Casucci
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-06-11 10:46 PDT by Enrica Casucci
Modified: 2014-06-18 11:01 PDT (History)
0 users

See Also:


Attachments
Patch (1.66 KB, patch)
2014-06-11 10:49 PDT, Enrica Casucci
beidson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Enrica Casucci 2014-06-11 10:46:53 PDT
This is a problem on iPad only.
Tap and hold on a link on the yahoo page does not show the link menu popover.

<rdar://problem/17165992>
Comment 1 Enrica Casucci 2014-06-11 10:49:32 PDT
Created attachment 232873 [details]
Patch
Comment 2 Enrica Casucci 2014-06-11 11:06:56 PDT
Committed revision 169813.
Comment 3 Darin Adler 2014-06-18 11:01:29 PDT
Comment on attachment 232873 [details]
Patch

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

> Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm:1698
> +                info.url = [(NSURL *)linkElement->document().completeURL(stripLeadingAndTrailingHTMLSpaces(linkElement->getAttribute(HTMLNames::hrefAttr))) absoluteString];

What does “encoded” mean? Why is conversion to an NSURL the best way to do this? Why is absoluteString the right method to use rather than, say, the userVisibleString function?