[Webkit-unassigned] [Bug 28646] New: CSS focus pseudoclass is not handled correctly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 21 17:34:43 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28646
Summary: CSS focus pseudoclass is not handled correctly
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
URL: http://www.cssplay.co.uk/menu/gallery_click
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jasneet at chromium.org
CC: jasneet at chromium.org
Created an attachment (id=38423)
--> (https://bugs.webkit.org/attachment.cgi?id=38423)
reduced testcase
Steps:
1. Go to http://www.cssplay.co.uk/menu/gallery_click
2. Try to view gallery (click on thumbnail)
II Issue:
Gallery doesn't work properly
III Conclusion:
Code has css style - #container_top a.gallery:active em, #container_top
a.gallery:focus em {display:block; position:absolute; width:402px;
height:250px;
top:160px;}
Issue is due to #container_top a.gallery:focus em {display:block;}
IV Other Browsers:
IE7: ok
FF3: ok
V Nightly tested : 47639
Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=18018
--
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