Bug 105273 - When the 1st row step over columns, all rows are expanded.
Summary: When the 1st row step over columns, all rows are expanded.
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-18 02:51 PST by Yuki Sekiguchi
Modified: 2023-05-25 14:12 PDT (History)
7 users (show)

See Also:


Attachments
Reproduced content (426 bytes, text/html)
2012-12-18 02:51 PST, Yuki Sekiguchi
no flags Details
Patch (60.43 KB, patch)
2012-12-18 03:46 PST, Yuki Sekiguchi
no flags Details | Formatted Diff | Diff
Patch (61.24 KB, patch)
2012-12-19 21:40 PST, Yuki Sekiguchi
hyatt: review-
Details | Formatted Diff | Diff
WebKit ToT vs Other browsers (169.92 KB, image/png)
2023-05-25 14:12 PDT, Ahmad Saleem
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yuki Sekiguchi 2012-12-18 02:51:46 PST
Created attachment 179913 [details]
Reproduced content

In the attached HTML content, second and third rows are expanded and don't fit its text.

The second and third rows don't have to be expanded, and 2nd and 3rd text should fit.

This bug is not reproduced when the table is printed.
Comment 1 Yuki Sekiguchi 2012-12-18 03:46:35 PST
Created attachment 179917 [details]
Patch
Comment 2 WebKit Review Bot 2012-12-18 05:52:52 PST
Comment on attachment 179917 [details]
Patch

Attachment 179917 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/15406139

New failing tests:
fast/multicol/table-vertical-align.html
Comment 3 Yuki Sekiguchi 2012-12-19 21:40:53 PST
Created attachment 180275 [details]
Patch
Comment 4 Dave Hyatt 2013-02-20 19:08:33 PST
Comment on attachment 180275 [details]
Patch

I don't think multiple passes is the way to go here.
Comment 5 Ahmad Saleem 2023-05-25 14:12:43 PDT
Created attachment 466500 [details]
WebKit ToT vs Other browsers

Just wanted to share latest test result.

Chrome & Safari match while Firefox is different.