[Webkit-unassigned] [Bug 13709] Table border doesn't show up

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 1 11:22:52 PDT 2013


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





--- Comment #22 from Suchit Agrawal <a.suchit at samsung.com>  2013-04-01 11:21:02 PST ---
(In reply to comment #19)
> Created an attachment (id=195988)
 --> (https://bugs.webkit.org/attachment.cgi?id=195988&action=review) [details]
> Patch
> 

Border is properly displayed if border width is .8pt or more. But border does not display for below .8pt value.

When .7pt or lesser value is coverted to pixels, it's value comes less than 1px. When this value is set to border width(unsigned int), it becomes zero. However on other browsers, unless the border width is not explicitly set to zero, a minimum of 1px is used.

I fixed this issue with couple of overloaded functions. If the template is integer type than it rounds of the value to 1 when the computed value X is 0 < X < 1. If the template is float type than value returns as it is.

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