[Webkit-unassigned] [Bug 109274] [CSSRegions] Text highlight in regions is wrong
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 23 08:35:02 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=109274
--- Comment #7 from Mihnea Ovidenie <mihnea at adobe.com> 2013-09-23 08:34:04 PST ---
(In reply to comment #6)
> Created an attachment (id=210503)
--> (https://bugs.webkit.org/attachment.cgi?id=210503&action=review) [details]
> Patch
Actually, the problem is the way the focus ring around the searched text is painted. I don't think that your test is testing that.
Here is the original sample i used to reproduce the problem:
<html>
<head>
<style>
#article { -webkit-flow-into: flow; }
#region { -webkit-flow-from: flow; width: 100px; height: 100px; position: absolute; top: 10px; left: 10px; }
</style>
</head>
<body>
<div id="article">Text inside article</div>
<div id="region"></div>
</body>
</html>
I am not sure how to test the focus ring though.
--
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