Bug 135107 - -[_WKActivatedElementInfo image] is often empty
Summary: -[_WKActivatedElementInfo image] is often empty
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-07-20 17:16 PDT by mitz
Modified: 2014-07-20 17:35 PDT (History)
0 users

See Also:


Attachments
Work around bug 135106 (9.71 KB, patch)
2014-07-20 17:23 PDT, mitz
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-07-20 17:16:46 PDT
Because of bug 135106, the image property of _WKActivatedElementInfo is often a fully transparent image, because the <a> element doesn’t generate line boxes for itself.
Comment 1 mitz 2014-07-20 17:17:13 PDT
<rdar://problem/17742611>
Comment 2 mitz 2014-07-20 17:23:17 PDT
Created attachment 235194 [details]
Work around bug 135106
Comment 3 mitz 2014-07-20 17:35:23 PDT
Fixed in <http://trac.webkit.org/r171284>.