Bug 129138

Summary: [iOS] Assert / crash trying to draw empty checked input
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: FormsAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, joepeck, kondapallykalyan, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix none

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>