[Webkit-unassigned] [Bug 20802] Unexplainably narrow table column

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 13 10:53:54 PDT 2008


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


rc at opelgt.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rc at opelgt.org




------- Comment #4 from rc at opelgt.org  2008-09-13 10:53 PDT -------
After hours of reducing the code this could be the code to analyze the problem:

########################

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
        <base
href="http://en.wikipedia.org/w/index.php?title=Memory_management&curid=66924&diff=237971220&oldid=235003731">
        <title>Memory management - Wikipedia, the free encyclopedia</title>
        <style type="text/css">
                table.diff { border: none; width: 98%; border-spacing: 4px;
table-layout: fixed; }
                table.diff col.diff-marker  { width: 2%; }
                table.diff col.diff-content { width: 48%; }
                td.diff-otitle, td.diff-ntitle { text-align: center; }
                td.diff-marker  { text-align: right; }
                td.diff-context { background: #eee; font-size: smaller; }
        </style>
</head>
<body style="word-wrap: break-word;">
        <table class="diff">
        <col class="diff-marker">
        <col class="diff-content">
        <col class="diff-marker">
        <col class="diff-content">
                <tr valign="top">
                        <td colspan="2" class="diff-otitle">Text Text Text Text
Text Text Text Text Text Text Text Text Text Text</td>
                        <td colspan="2" class="diff-ntitle">Text Text Text Text
Text Text Text Text Text Text Text Text Text Text</td>
                </tr>
                <tr>
                        <td colspan="4" align="center" class="diff-multi">(One
intermediate revision not shown.)</td>
                </tr>
        </table>
</body>
</html>

########################

Without table-layout:fixed both columns are wide.

Hope this helps,
Rüdiger


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