New issue
Advanced search Search tips

Issue 891663 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 857185
Owner: ----
Closed: Oct 8
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

renderer bug: td width + colspan broken

Reported by r...@simple-is-better.org, Oct 3

Issue description

UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36

Steps to reproduce the problem:
1. Open the following website in chromium:

<html><body>                                                                                                                              

<table border=1 style="width: 100%">                                                                                                      
<tr>                                                                                                                                      
    <td style="width: 10%;">hello</td>                                                                                                    
    <td colspan="2">                                                                                                                      
      hellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohello                                                    
    </td>                                                                                                                                 
</tr>                                                                                                                                     

<tr>                                                                                                                                      
    <td colspan="2">                                                                                                                      
      hellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohello                                                    
    </td>                                                                                                                                 
    <td style="width: 10%;">hello</td>                                                                                                    
</tr>                                                                                                                                     
</table>                                                                                                                                  

</body></html>      

2. Check the displayed table-cell-widths.

What is the expected behavior?
expected column widths:
- columns containing "hello": 10%
- columns containing "hellohellohello...": 90%

What went wrong?
The table cells with "width: 10%" are much wider than 10%.
The width of these cells depends on the contents of the colspan-columns.

Did this work before? No 

Chrome version: 68.0.3440.75  Channel: n/a
OS Version: 
Flash Version:
 
Components: Blink>Layout
Labels: Needs-Milestone
Mergedinto: 857185
Status: Duplicate (was: Unconfirmed)

Sign in to add a comment