Bug 28634

Summary: regression : Anchor elements cannot be clicked when an image is present in the same column of a table with inappropriate/no height defined
Product: WebKit Reporter: jasneet <jasneet>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: jasneet, jon
Priority: P2 Keywords: HasReduction
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
URL: http://www.echoecho.com/javascript.htm
Attachments:
Description Flags
reduced testcase none

Description jasneet 2009-08-21 15:36:31 PDT
Created attachment 38407 [details]
reduced testcase

I Steps:
1. Go to http://www.echoecho.com/javascript.htm
2. Try to click on any of the links under javascript basics, browser 
detection, etc

II Issue:
The user should be able to navigate to that page but instead on mouse hover the pointer doesn't change and doesn't allow to navigate.

III Conclusion:
If an anchor element and an image with inappropriate height lie within a column of a table, anchor element cannot be clicked. 
The regression in WebKit would have happened between 47383 and 47546.

IV Other Browsers:
IE7: ok
FF3: ok

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=19853
Comment 1 Jon@Chromium 2009-08-25 10:51:57 PDT
This appears to be fixed in the latest WebKit builds.