Bug 57591 - REGRESSION(r81049): Hotmail calendar events aren't displayed properly
Summary: REGRESSION(r81049): Hotmail calendar events aren't displayed properly
Status: RESOLVED MOVED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://jsfiddle.net/mPQGE/3/
Keywords: InRadar
Depends on: 56246
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-31 16:11 PDT by Dimitri Glazkov (Google)
Modified: 2022-02-10 20:58 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Glazkov (Google) 2011-03-31 16:11:57 PDT
It seems that setting a percentage on the div is what makes td collapse helplessly into a dot.

http://jsfiddle.net/mPQGE/3/

First reported here: http://code.google.com/p/chromium/issues/detail?id=76786
Comment 1 Alexey Proskuryakov 2011-04-01 09:33:34 PDT
<rdar://problem/9221754>
Comment 2 Dave Hyatt 2011-04-06 11:42:11 PDT
Need to make table rows support absolute positioning (even if we leave them not supporting relative positioning).
Comment 3 Dave Hyatt 2011-04-06 11:45:36 PDT
I think this is a bogus reduction btw, since IE grows boxes in quirks mode to encompass their widths, and other browsers don't support relative positioning on table cells.

The original reduction in the Chromium bug has position:absolute on the table row, and I think that's likely the reason WinIE works with it (and is what we actually need to fix here).
Comment 4 Dave Hyatt 2011-04-06 14:39:23 PDT
I think this is an evangelism issue.  In quirks mode in WinIE boxes will always grow to enclose their contents.  I don't see anything wrong with our rendering of either the reduction in this bug or the reduction in the Chromium bug.

The ship has long since sailed on implementing the width turns into minwidth quirk in quirks mode, so I think we're stuck with evangelism.
Comment 5 alun.robert.jones 2011-06-17 11:24:09 PDT
Possibly an evangelism issue, but in the meantime a fix: http://code.google.com/p/chromium/issues/detail?id=76786#c19