RESOLVED FIXED 129138
[iOS] Assert / crash trying to draw empty checked input
https://bugs.webkit.org/show_bug.cgi?id=129138
Summary [iOS] Assert / crash trying to draw empty checked input
Joseph Pecoraro
Reported 2014-02-20 19:39:50 PST
iOS crashes trying to paint: <input style="width:0; height:0" type="checkbox" checked> It does: float foo = something / sqrt(0) => NaN
Attachments
[PATCH] Proposed Fix (2.78 KB, patch)
2014-02-20 19:41 PST, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2014-02-20 19:41:23 PST
Created attachment 224821 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 2 2014-02-20 20:50:25 PST
Comment on attachment 224821 [details] [PATCH] Proposed Fix Clearing flags on attachment: 224821 Committed r164467: <http://trac.webkit.org/changeset/164467>
WebKit Commit Bot
Comment 3 2014-02-20 20:50:28 PST
All reviewed patches have been landed. Closing bug.
Joseph Pecoraro
Comment 4 2014-02-21 13:28:13 PST
Note You need to log in before you can comment on or make changes to this bug.