Bug 16247 - REGRESSION: visibility:hidden style of <a> ignored causing invisible clickable area in picasaweb
Summary: REGRESSION: visibility:hidden style of <a> ignored causing invisible clickabl...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P1 Normal
Assignee: Dave Hyatt
URL: http://picasaweb.google.com/anantha.k...
Keywords: HasReduction, Regression
Depends on:
Blocks:
 
Reported: 2007-12-02 08:13 PST by Anantha Keesara
Modified: 2008-01-10 11:30 PST (History)
1 user (show)

See Also:


Attachments
Check visibility in RenderBox's nodeAtPoint method (734 bytes, patch)
2008-01-08 13:50 PST, Dave Hyatt
adele: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anantha Keesara 2007-12-02 08:13:08 PST
Steps:
1. got to http://picasaweb.google.com/anantha.keesara/Sunset
2. Click on next image button until the last image is reached.
3. Mouse hover over the grayed out next image button ( > )

Issue: 
Hovering over the area causes the cursor to change to the link finger as though the image link was actually there.  

Only Safari has this Issue. All other browsers don't show hand shaped cursor.
Comment 1 Anantha Keesara 2007-12-02 08:17:45 PST
reduction: http://help.improve.safari.googlepages.com/test.html

verified with WebKit-r28278
Comment 2 Dave Hyatt 2007-12-02 19:59:18 PST
This is a severe regression in Safari 3.
Comment 3 Dave Hyatt 2007-12-02 19:59:32 PST
Elevating to P1.

Comment 4 Dave Hyatt 2008-01-08 13:50:36 PST
Created attachment 18334 [details]
Check visibility in RenderBox's nodeAtPoint method
Comment 5 Alexey Proskuryakov 2008-01-08 13:57:06 PST
Comment on attachment 18334 [details]
Check visibility in RenderBox's nodeAtPoint method

Can this be tested for in DRT?
Comment 6 Dave Hyatt 2008-01-08 13:57:49 PST
Yes, it can be tested using elementAtPoint.
Comment 7 Dave Hyatt 2008-01-08 13:58:33 PST
I will add a test case before landing.

Comment 8 Dave Hyatt 2008-01-10 11:30:06 PST
Fixed in r29364.