[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
Thu Aug 5 11:18:38 PDT 2010


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





--- Comment #20 from Ben Murdoch <benm at google.com>  2010-08-05 11:18:38 PST ---
(In reply to comment #19)
> 
> It would still be good to do this only for flexible box, but RenderStyle alone can’t tell you whether you’re a flexible box because of the above.

Exactly, which is why I moved it into RenderObject::adjustStyleDifference in patch #2. But Simon r-'d it, suggesting I moved it back to RenderStyle::diff. Which I did in the most recent patch :).

If not RenderStyle::diff and not RenderObject::adjustSTyleDifference, do you know where else I could move the code?

Thanks!

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