[Webkit-unassigned] [Bug 22092] New: top and bottom border not displaying

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 5 16:18:28 PST 2008


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

           Summary: top and bottom border not displaying
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
               URL: http://www.ebay.in/
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jasneet at chromium.org
                CC: jasneet at chromium.org


I Steps:
Go to http://www.ebay.in/

II Issue:
rectangular box around Hot deals is not rendered properly

III Conclusion: 
Code for quick reference:

<html><head>
<title>reduced testcase</title>
</head><body>
<table border="0" cellpadding="0" cellspacing="0" width="100">
 <tbody><tr bgcolor="red">
  <td><spacer type="block" height="1"></td>
 </tr>
</tbody></table>
</body></html>

On removing <spacer type="block" height="1"> FF3 behaves same as Chrome/Safari
On removing <td><spacer type="block" height="1"></td> IE7 behaves same as 
Chrome/Safari

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested: 37819

Chromium bug tracker : 
http://code.google.com/p/chromium/issues/detail?id=2597


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list