Bug 129138 - [iOS] Assert / crash trying to draw empty checked input
Summary: [iOS] Assert / crash trying to draw empty checked input
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-20 19:39 PST by Joseph Pecoraro
Modified: 2014-02-21 13:28 PST (History)
6 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.78 KB, patch)
2014-02-20 19:41 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 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
Comment 1 Joseph Pecoraro 2014-02-20 19:41:23 PST
Created attachment 224821 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2014-02-20 20:50:28 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Joseph Pecoraro 2014-02-21 13:28:13 PST
<rdar://problem/16122154>