[Webkit-unassigned] [Bug 85494] [EFL] Wrong button height on CSS tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 26 20:18:26 PDT 2012


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





--- Comment #7 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-08-26 20:18:27 PST ---
(From update of attachment 160622)
I think adjustButtonStyle() function needs to be implemented according to port character. We don't need to reset some stuffs for "PushButtonPart" because Button size is already set by adjustSizeConstraints(). You're missing to unskip this test in TestExpectations. Please include TestExpectations file.

By the way, don't you need to set initial value for height ?

    if (style->appearance() == PushButtonPart) {
        // Ignore line-height.
        style->setLineHeight(RenderStyle::initialLineHeight());

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