Bug 129938

Summary: [iOS WebKit2] Long-press on a link shows just "Copy"
Product: WebKit Reporter: Enrica Casucci <enrica>
Component: WebKit2Assignee: Enrica Casucci <enrica>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch benjamin: review+

Enrica Casucci
Reported 2014-03-07 16:52:09 PST
This happens on any link on a page. Accidentally removed a ! when adding a FIXME comment. <rdar://problem/16266054>
Attachments
Patch (2.90 KB, patch)
2014-03-07 16:57 PST, Enrica Casucci
benjamin: review+
Enrica Casucci
Comment 1 2014-03-07 16:57:49 PST
Benjamin Poulain
Comment 2 2014-03-07 17:01:22 PST
Comment on attachment 226186 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=226186&action=review > Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm:1474 > + Blank line here. > Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm:1481 > + info.title = element->getAttribute(HTMLNames::titleAttr).string(); This could be a fastGetAttribute(), HTMLNames::titleAttr cannot be animated.
Enrica Casucci
Comment 3 2014-03-07 17:11:31 PST
Committed revision 165305.
Note You need to log in before you can comment on or make changes to this bug.