[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
Tue Jun 8 04:00:05 PDT 2010


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





--- Comment #8 from Ben Murdoch <benm at google.com>  2010-06-08 04:00:04 PST ---
(In reply to comment #7)
> Seems okay, but doesn’t the same problem exist when changing from HIDDEN to COLLAPSE?

Yes, good point ;)

> Also, it’s suboptimal to force layout for all the other elements, which don’t distinguish between HIDDEN and COLLAPSE, just to support flex boxes (and in the future, table parts). Not sure if that’s a serious concern, though.

I think I can work around that by moving the code from RenderStyle::diff to RenderObject::adjustStyleDifference and only set the layout hint if it's a flex box (and add a comment to say that it should also apply to table parts in the future).

-- 
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