Bug 18557 - Web Inspector Does Not Honour Transforms when Highlighting
Summary: Web Inspector Does Not Honour Transforms when Highlighting
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2008-04-17 14:45 PDT by Dean Jackson
Modified: 2008-11-12 17:35 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2008-04-17 14:45:13 PDT
It seems the (very cool) Web Inspector does not look at the transform when drawing an element highlight.

I have an experimental solution via an absoluteBoundingBoxRectWithTransforms method, and have that called by WebCore/bindings/objc/DOM.mm and InspectorController::drawNodeHighlight

However, this doesn't work for text runs within transformed elements.

I'm sure you'll come up with a better solution anyway :)
Comment 1 Dean Jackson 2008-04-17 17:47:21 PDT
<rdar://problem/5853507>
Comment 2 Simon Fraser (smfr) 2008-11-11 18:08:55 PST
Fixed by the patch in bug 21942.
Comment 3 Simon Fraser (smfr) 2008-11-12 17:35:24 PST
Fixed by the commit for bug 21942.