RESOLVED CONFIGURATION CHANGED 68100
REGRESSION (r78846): Text misaligned vertically within table cell with valign="top" attribute and <sup> tags
https://bugs.webkit.org/show_bug.cgi?id=68100
Summary REGRESSION (r78846): Text misaligned vertically within table cell with valign...
David Kilzer (:ddkilzer)
Reported 2011-09-14 12:05:46 PDT
* SUMMARY Commit r78846 for Bug 54244 caused a regression when a table cell has a valign="top" attribute, the superscript tag (<sup></sup>) is used in the text in the cell, and other text in the cell has any other kind of tag. * STEPS TO REPRODUCE 1. Load attached test case. * EXPECTED RESULTS The text (with the exception of the &reg; symbol) should all have the same baseline. * ACTUAL RESULTS The text that's outside of any tag (except <TD></TD> tags) has the wrong baseline. * REGRESSION This is a regression from r78846. The autospade script said r78842 worked and r78846 failed, but the only commit in that range that makes sense is r78846. * NOTES Compare attached screenshots by switching between tabs to see which text should be lower. (The text of the test case is a bit misleading.)
Attachments
Test case (158 bytes, text/html)
2011-09-14 12:07 PDT, David Kilzer (:ddkilzer)
no flags
Expected results (9.13 KB, image/png)
2011-09-14 12:08 PDT, David Kilzer (:ddkilzer)
no flags
Actual results (9.51 KB, image/png)
2011-09-14 12:08 PDT, David Kilzer (:ddkilzer)
no flags
screenshot attached (29.19 KB, image/png)
2013-10-23 10:11 PDT, flangeway
no flags
David Kilzer (:ddkilzer)
Comment 1 2011-09-14 12:06:55 PDT
David Kilzer (:ddkilzer)
Comment 2 2011-09-14 12:07:17 PDT
Created attachment 107367 [details] Test case
mitz
Comment 3 2011-09-14 12:08:17 PDT
The changes to InlineFlowBox::adjustMaxAscentAndDescent() (consulting verticalAlign() instead of logicalTop()) are possiblly at fault here.
David Kilzer (:ddkilzer)
Comment 4 2011-09-14 12:08:21 PDT
Created attachment 107368 [details] Expected results
David Kilzer (:ddkilzer)
Comment 5 2011-09-14 12:08:38 PDT
Created attachment 107369 [details] Actual results
Tom Ace
Comment 6 2013-04-27 18:28:50 PDT
This is still unfixed two years later. It was recently reported at https://code.google.com/p/chromium/issues/detail?id=135657 and I've added a comment there linking to this page.
flangeway
Comment 7 2013-10-23 10:11:47 PDT
Created attachment 214973 [details] screenshot attached There seem to be two bugs present: - the incorrect baseline rendering of the majority of fonts in a table td with vertically-aligned bold or italic content; - the amplification of such baseline errors, for any font, when superscript tags are used. The bug is not apparent in Internet Explorer, Opera or Firefox, but does occur in Safari 5.1. The bug is partially present in Safari 6 on Mac and Chrome 30 on Unix. The bug appears to be dependent on operating system. I attach a screenshot.
rick luna
Comment 8 2013-10-23 19:38:56 PDT
just adding a note that I run into this on occasion as i do a lot of html emails using table-based layouts for use in exact target, campaigner, etc.
flangeway
Comment 9 2015-11-25 15:44:22 PST
This bug now seems to be fully resolved with Chrome 46. See https://code.google.com/p/chromium/issues/detail?id=135657
Ahmad Saleem
Comment 10 2022-08-29 04:50:08 PDT
I am unable to reproduce this bug in Safari 15.6.1 and Safari Technology Preview 152 using attached test case and it shows similar behavior as "EXPECTED RESULT" and matching both Chrome Canary 107 and Firefox Nightly 106. It seems to be something fixed along the way. I am going to mark this as "RESOLVED CONFIGURATION CHANGED". Please reopen with updated test case in case if it is still present. Thanks!
Note You need to log in before you can comment on or make changes to this bug.