[Webkit-unassigned] [Bug 38050] Form button input elements lacking text in some cases after switching from visibility:collapse to visibility:visible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 7 04:40:48 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38050


Ben Murdoch <benm at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |benm at google.com




--- Comment #2 from Ben Murdoch <benm at google.com>  2010-06-07 04:40:47 PST ---
I have a patch to fix this issue.

As far as I can tell there is no support for the visibility:collapse property in WebKit. However, the spec says that elements with visibility:collapse that are not table row, row group, column or column groups should treat it as visibility:hidden. So my fix is to rewrite the collapse rule to hidden when it's not one of these table elements. This fixes this case as the element in question with visibility:collapse is a DIV.

Patch and a layout test (based on Alexey's reduced test case) to follow.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list