Bug 12407
Summary: | shadow displayed incorrectly | ||
---|---|---|---|
Product: | WebKit | Reporter: | Stephen <smortensen> |
Component: | Evangelism | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Minor | CC: | dev+webkit, mitz |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.4 | ||
URL: | http://notes.thinksecret.com/ |
Stephen
the shadow at the bottom of the page is displayed incorrectly, it is four times stacked vertically to the end of the page instead of just shadowing the page.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
Confirmed with a locally-built debug build of WebKit r19127 with Safari 2.0.4 (419.3) on Mac OS X 10.4.8 (8N1037).
This is not a regression as the same issue occurs on shipping Safari 2.0.4 (419.3) on Mac OS X 10.4.8 (8N1037).
David Kilzer (:ddkilzer)
A quick spin with the DOM inspector makes it appear that this is a table layout issue.
Matt Lilek
I took a look at this last night and I'm pretty sure this isn't a bug.
It seems that page has some tag soup tables and they mess up a colspan/rowspan here and there that, due to subtle rendering differences between engines, causes us to make the right hand advertising column slightly taller than the main content column and we end up repeating the background on that table cell causing the multiple shadows (non-standard background attribute). If you load it in Firefox and reduce the text size until the right column is taller than the main column, you'll see the same thing. Opera does the same thing.
Finally, this only happens on that single page, not any other page that I've seen on that site (including the main Thinksecret domain) which makes me think this is just an error on thier end even more.
David Kilzer (:ddkilzer)
Per Comment #3, changing this to an evangelism bug. Sent an "anonymous email" to thinksecret.com about the issue.
Matt Lilek
Closing as this seems to be fixed.