[Webkit-unassigned] [Bug 94707] New: Cannot render focus on the anchor when its child has style "position: absolute"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 22 07:02:57 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=94707
Summary: Cannot render focus on the anchor when its child has
style "position: absolute"
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: wf at inspur.com
In the test page below, the node "llinker0" cannot be focused.
If delete "position: absolute;" ,the focus can be rendered.
==============================================
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>test</title>
</head>
<body>
<br>
<br>
<a name="llinker0" href="#"><img src="nav_up.png" style="position: absolute;top:140px;width: 132px;height: 40px;border: 0"></a>
</body>
</html>
--
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