[Webkit-unassigned] [Bug 3964] Dotted borders render w/ artifacts and sometimes as solid lines

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 14 08:37:43 PST 2011


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


Robin Whittleton <robin at reala.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robin at reala.net




--- Comment #5 from Robin Whittleton <robin at reala.net>  2011-01-14 08:37:43 PST ---
Another minimal testcase:

data:text/html;charset=utf-8,<!DOCTYPE html><html lang%3D"en"><head><meta charset%3D"UTF-8" /><style>table{ border-collapse: collapse; }td{ border-bottom: 1px dotted red; }</style></head><body><table><tr><td>Col 1</td><td>Col 2</td></tr><tr><td colspan%3D"2">Cell spanning 2 columns.</td></tr></table></body></html>


Getting rid of border-collapse:collapse fixes it.

Broken in Chrome 8 and Safari 5. Working in Firefox 4b9

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