[Webkit-unassigned] [Bug 21675] New: links not clickable because of position: absolute and width = 100% of <div> that is changed dynamically
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 16 14:48:47 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21675
Summary: links not clickable because of position: absolute and
width = 100% of <div> that is changed dynamically
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
URL: http://www.cmbc.com.cn/
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: help.improve.safari at gmail.com
I Steps:
Go to http://www.cmbc.com.cn/
(change encoding to GB2312), notice the several links on top left corner while
the page is loading:
??????? ? ?
??????? ????
????? ? ?
II Issue:
Initially these links are clickable. But once the page finishes loading (two
flash ads shown on both sides), they are not clickable.
III Conclusion:
The issue is caused by the position (set to absolute) and the width (set to
100%) of the <div> that contains the ad.
Since the <div> that contains the ad has a width of 100%, the <div> element is
rendered on top of the anchor link.
Only in IE and Opera is the anchor link accessible.
IV Other Browsers:
IE7: ok
FF3: not ok
V Nightly tested: 37382
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list