Chrome Version (type about:Version 28.0.1491.0 canary and 26.0.1410.65 Google Chrome): Operating System (Mac OS X Mountain Lion): The problem only occurs with Chrome Canary and
Simple jQuery workaround.
$(document).ready(function () { $("select").each(function () { $(this).val($(this).find('option[selected]').val()); }); })