Bug 57591

Summary: REGRESSION(r81049): Hotmail calendar events aren't displayed properly
Product: WebKit Reporter: Dimitri Glazkov (Google) <dglazkov>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED MOVED    
Severity: Normal CC: alun.robert.jones, bfulgham, hyatt
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
URL: http://jsfiddle.net/mPQGE/3/
Bug Depends on: 56246    
Bug Blocks:    

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