[Webkit-unassigned] [Bug 133923] Web Inspector: Inspecting <aside> produces wrong highlight rectangle.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 20 12:02:53 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=133923





--- Comment #4 from Joseph Pecoraro <joepeck at webkit.org>  2014-06-20 12:03:13 PST ---
Can reproduce without <aside> just pure <div>s. Seems to affect a div with overflow:hidden next to a float:

<style>
div.one { float: left; width: 3em; }
div.two { overflow: hidden; }
</style>
<div class="one"><p>x</p></div>
<div class="two"><p>x</p></div>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list