dart - <input type='date'> crashes Dartium on selection of a date -
any attempt select date crashes dartium.
given simple .html markup below, calendar renders expected, selection of date crashes dartium browser
<div> <input required id='birthday' type='date'> </div>
i reported earlier , fixed, has returned. using webstorm on windows 8 x64 latest dart-sdk (x64) , dartium (x32) (dev both).
it seems bug.
it's known issue in dartium. see http://dartbug.com/23416.
Comments
Post a Comment