[Webkit-unassigned] [Bug 15060] New: REGRESSION: Misaligned images in <TABLE> at http://guide.apple.com/

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 23 10:48:22 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15060

           Summary: REGRESSION: Misaligned images in <TABLE> at
                    http://guide.apple.com/
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
               URL: http://guide.apple.com
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: adele at apple.com
                CC: mitz at webkit.org


8/22/07 11:14 PM Chris Petersen:
* SUMMARY
With TOT (25192, 14864) running under Leopard9A529, I'm noticing images are
misaligned in a TABLE at http://guide.apple.com/. See screen shot.

This problem doesn't happen with Safari running under stock webkit on 9A529.

* STEPS TO REPRODUCE
1. With TOT (25192, 14864) running under Leopard9A529, go to
http://guide.apple.com/
2. Notice the image shifted slightly in the "Search by Keyword" and "Browse by
Category" section


* RESULTS
No image shifting should see in the table but does

8/22/07 11:25 PM Chris Petersen:
Semi reduced test case has been attached.

8/23/07 12:13 AM Chris Petersen:
Here is the HTML structure.

The problem seems only  happen if the table is nested in a <center> element/

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="http://guide.apple.com/">
        <title>Apple - Macintosh Products Guide</title>

</head> 
<body>
<center>                                        
<table width="180" border="0" cellpadding="0" cellspacing="0">
        <tr>
        <td width="8"><img src="/catbar/boxtopleftcorner08222002.gif"></td>
      <td><img src="/catbar/boxtop08222002.gif"></td>

        </tr>
            <tr>
                <td background="/catbar/boxtopleft08222002.gif"></td>
                <td>me</td>
            </tr>
</table>
</center>
</body>
</html>

8/23/07 12:17 AM Chris Petersen:
The only table specific changes I see have been these two:

http://trac.webkit.org/projects/webkit/changeset/25174
http://trac.webkit.org/projects/webkit/changeset/25171


-- 
Configure bugmail: http://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