[Webkit-unassigned] [Bug 24413] border of <td> not displayed when border-color and border-style are used in CSS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 29 09:48:13 PDT 2012


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





--- Comment #26 from Mustafizur Rahaman( :rahaman) <mrahaman at innominds.com>  2012-03-29 09:48:12 PST ---
(In reply to comment #25)
> (From update of attachment 134551 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=134551&action=review
> 
> Does this patch actually do something? The code is commented. And the part you are adding stuff is just used for the LayoutTests.
> 
> > Source/WebCore/html/HTMLTableElement.cpp:498
> > +        // style->setProperty(CSSPropertyBorderWidth, cssValuePool->createValue(3, CSSPrimitiveValue::CSS_PX));
> 
> ??? 3?

Yeah, for the use case the border-width is set to 0,so I am adding another switch case where I will do nothing so that the width is not set to zero. Have talked to Kling today, will submit the final patch along with the rebaseline results soon

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