Bug 149862 - Web Inspector: Column-wrapped element highlight renders in the wrong location
Summary: Web Inspector: Column-wrapped element highlight renders in the wrong location
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-10-06 16:43 PDT by Jon Davis
Modified: 2024-03-19 12:43 PDT (History)
3 users (show)

See Also:


Attachments
Screenshot of wrong highlight location (236.00 KB, image/png)
2015-10-06 16:43 PDT, Jon Davis
no flags Details
Reduced test case (6.08 KB, text/html)
2015-10-06 16:55 PDT, Jon Davis
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Davis 2015-10-06 16:43:48 PDT
Created attachment 262557 [details]
Screenshot of wrong highlight location

Hovering over a column-wrapped element in Web Inspector renders the element highlight in the wrong location on the page.

The CSS used for column layout:

article .two-columns {
    columns: 2;
    column-gap: 6rem;
    margin: 3rem 0;
}
Comment 1 Radar WebKit Bug Importer 2015-10-06 16:44:18 PDT
<rdar://problem/23001208>
Comment 2 Jon Davis 2015-10-06 16:55:35 PDT
Created attachment 262560 [details]
Reduced test case
Comment 3 Timothy Hatcher 2016-02-08 19:54:47 PST
<rdar://problem/20073814>