Bug 132304 - [WK2 iOS] Need to show title in the action sheet for images not inside an anchor element.
Summary: [WK2 iOS] Need to show title in the action sheet for images not inside an anc...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-04-28 14:47 PDT by Enrica Casucci
Modified: 2014-04-28 15:01 PDT (History)
0 users

See Also:


Attachments
Patch (1.55 KB, patch)
2014-04-28 14:49 PDT, Enrica Casucci
benjamin: 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-04-28 14:47:35 PDT
We need to implement the same logic we had in WebKit1.
If the image is not inside an anchor tag, we must show the content of the title attribute as action sheet title.

<rdar://problem/16535227>
Comment 1 Enrica Casucci 2014-04-28 14:49:33 PDT
Created attachment 230324 [details]
Patch
Comment 2 Benjamin Poulain 2014-04-28 14:53:04 PDT
Comment on attachment 230324 [details]
Patch

+1, I like that feature :)
Comment 3 Enrica Casucci 2014-04-28 15:01:06 PDT
Committed revision 167909.