Bug 90301 - Can’t get basic element info from a WKRenderObject
Summary: Can’t get basic element info from a WKRenderObject
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-29 13:03 PDT by mitz
Modified: 2012-06-29 13:26 PDT (History)
0 users

See Also:


Attachments
Move element info from WebRenderLayer to WebRenderObject and update API (24.32 KB, patch)
2012-06-29 13:20 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2012-06-29 13:03:16 PDT
While WKRenderLayer exposes its owner element’s tag name, id, and class list, WKRenderObject does not.
Comment 1 mitz 2012-06-29 13:20:13 PDT
Created attachment 150243 [details]
Move element info from WebRenderLayer to WebRenderObject and update API
Comment 2 mitz 2012-06-29 13:26:45 PDT
Fixed in <http://trac.webkit.org/r121584>.