RESOLVED FIXED 5731
Form element as display: table-cell hangs Safari (will eventually crash)
https://bugs.webkit.org/show_bug.cgi?id=5731
Summary Form element as display: table-cell hangs Safari (will eventually crash)
Edward Lee
Reported 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>
Attachments
patch, including a test for LayoutTests (33.18 KB, patch)
2006-01-22 18:28 PST, Darin Adler
mjs: review+
Alexey Proskuryakov
Comment 1 2006-01-03 16:08:23 PST
A reproducible freeze is arguably as bad as a reproducible crash; bumping priority to P1.
Alice Liu
Comment 2 2006-01-10 11:31:47 PST
Darin Adler
Comment 3 2006-01-22 18:28:56 PST
Created attachment 5859 [details] patch, including a test for LayoutTests
Maciej Stachowiak
Comment 4 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.
Note You need to log in before you can comment on or make changes to this bug.