Bug 48267

Summary: Setting an element's visibility property to visible has no effect when it has a hidden parent.
Product: WebKit Reporter: Andy Estes <aestes>
Component: New BugsAssignee: Andy Estes <aestes>
Status: RESOLVED FIXED    
Severity: Normal Keywords: HasReduction, InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Test case
none
Patch simon.fraser: review+

Description Andy Estes 2010-10-25 14:49:17 PDT
Setting an element's visibility property to visible has no effect when it has a hidden parent.
Comment 1 Andy Estes 2010-10-25 14:51:04 PDT
Created attachment 71798 [details]
Test case

Attached is a test case. Clicking the 'show' link should reveal the text 'Boo!'.
Comment 2 Andy Estes 2010-10-25 14:51:26 PDT
<rdar://problem/7867739>
Comment 3 Andy Estes 2010-10-25 15:16:50 PDT
Created attachment 71801 [details]
Patch
Comment 4 Andy Estes 2010-10-25 15:48:58 PDT
Committed r70497: <http://trac.webkit.org/changeset/70497>