Bug 5731 - Form element as display: table-cell hangs Safari (will eventually crash)
Summary: Form element as display: table-cell hangs Safari (will eventually crash)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Major
Assignee: Darin Adler
URL: data:text/html,<form style="display:t...
Keywords: HasReduction, InRadar
Depends on:
Blocks:
 
Reported: 2005-11-13 12:38 PST by Edward Lee
Modified: 2006-01-22 21:32 PST (History)
1 user (show)

See Also:


Attachments
patch, including a test for LayoutTests (33.18 KB, patch)
2006-01-22 18:28 PST, Darin Adler
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Edward Lee 2005-11-13 12:38:55 PST
A page with a form styled (inline or external css) with display: table-cell;
causes Safari to hang.

<form style="display:table-cell"></form>
Comment 1 Alexey Proskuryakov 2006-01-03 16:08:23 PST
A reproducible freeze is arguably as bad as a reproducible crash; bumping priority to P1.
Comment 2 Alice Liu 2006-01-10 11:31:47 PST
<rdar://problem/3877344>
Comment 3 Darin Adler 2006-01-22 18:28:56 PST
Created attachment 5859 [details]
patch, including a test for LayoutTests
Comment 4 Maciej Stachowiak 2006-01-22 19:56:08 PST
Comment on attachment 5859 [details]
patch, including a test for LayoutTests

Looks good to me. Nice test case.