Bug 121113 - Invalid table width calculation in some cases
Summary: Invalid table width calculation in some cases
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://oserv.org/bugs/html-table-cols...
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-10 12:43 PDT by Сковорода Никита
Modified: 2023-03-20 18:40 PDT (History)
3 users (show)

See Also:


Attachments
A copy of the testcase. (3.28 KB, text/html)
2013-09-10 12:43 PDT, Сковорода Никита
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Сковорода Никита 2013-09-10 12:43:16 PDT
Created attachment 211226 [details]
A copy of the testcase.

The testcase explains it better.

The table has this layout:

[td (1) width = 80% | td (2) width = auto]
[td (3) colspan = 2; white-space:nowrap ]

Cell (2) should have width = 20%, but that fails.
Comment 1 Ahmad Saleem 2023-03-20 18:40:03 PDT
For WebKit breaks here case - First: 80%, second: auto (breaks here in WebKit, KHTML, IE10)

Safari Technology Preview 165 is still different from other browsers and Chrome Canary 113 and Firefox Nightly 113 are matching each other.

Marking this as “New” rather than “Unconfirmed”. Thanks!