WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
7264
tables with rowspans don't display correctly
https://bugs.webkit.org/show_bug.cgi?id=7264
Summary
tables with rowspans don't display correctly
David Glasser
Reported
2006-02-14 21:17:09 PST
See the linked URL. The table should look roughly like: +---+ |A|1| | +-+ | |2| +-+ | |B| | | +-+ | |3| +-+-+ Specifically, the border between A and B should occur halfway through 2, not at its top. FF (and apparently IE) render the table this way. WebKit (including tonight's nightly) does not -- 2 and B get the same top. Oddly enough, the values in Debug -> Show Render Tree show the B and 2 blocks as having different absolute y coordinates, which is correct, but not the same as what is actually drawn.
Attachments
HTML file of table with rowspans that doesn't render how I'd guess it should
(372 bytes, text/html)
2006-02-15 02:46 PST
,
David Glasser
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Joost de Valk (AlthA)
Comment 1
2006-02-15 01:56:11 PST
Reporter, could you add the testcase to the bug itself, for this case and all future bugs? That way we can add them to the patch if need be. Nice testcase though. I can confirm that our rendering differs from Firefox, Opera's rendering on the other hand is quite close to ours, with the line under A being only slightly lower then the line under 1. The reason that i'm confirming this is that Internet Explorer is closer to Firefox, the border bottom for A is just above halfway 2. None of the browsers seem to have the same opinion on how to render this however. Thanks for your bugreport.
David Glasser
Comment 2
2006-02-15 02:46:55 PST
Created
attachment 6502
[details]
HTML file of table with rowspans that doesn't render how I'd guess it should
Pravin D
Comment 3
2012-06-27 02:40:41 PDT
This bug seems is fixed on the latest webkit code. PS: FireFox renders the table exactly like the one shown in the description... However we render it similar to IE and Opera
Brent Fulgham
Comment 4
2022-07-06 13:29:25 PDT
This appears to work identically in Safari, Chrome, and Firefox.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug