[Webkit-unassigned] [Bug 32541] Percentage height should be ignored in some cases

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 24 12:09:33 PDT 2010


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





--- Comment #8 from TAMURA, Kent <tkent at chromium.org>  2010-04-24 12:09:32 PST ---
(In reply to comment #7)

Ok, I understand we should not modify RenderStyle values.

A difficult point to fix this bug is that only RenderTheme::adjustStyle() knows
the intrinsic sizes of form controls, and adjustStyle() is called before
constructing renderer nodes.  It's hard to check if we should ignore percentage
heights in adjustStyle() because it's hard to obtain containingBlock in it.

A solution would be to introduce a function returning intrinsic sizes of form
controls.  It will be called by adjustStyle() and renderers.
What do you think?

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