Bug 48267 - Setting an element's visibility property to visible has no effect when it has a hidden parent.
Summary: Setting an element's visibility property to visible has no effect when it has...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Andy Estes
URL:
Keywords: HasReduction, InRadar
Depends on:
Blocks:
 
Reported: 2010-10-25 14:49 PDT by Andy Estes
Modified: 2010-10-25 15:48 PDT (History)
0 users

See Also:


Attachments
Test case (452 bytes, text/html)
2010-10-25 14:51 PDT, Andy Estes
no flags Details
Patch (4.18 KB, patch)
2010-10-25 15:16 PDT, Andy Estes
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>