id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
11916,"Adding a button type=""button"" .. element in iE8 + iE7 compatibility mode doesnt set the type attribute in jQuery 1.5+",thetoolman@…,," in iE8 + iE7 compatibility mode, when you create insert a <button type=""button ... > element, jQuery no longer inserts the type=""button"" attribute.  e.g.

$('<button type=""button"">button</button>').appendTo(""div"");


Prior to 1.5, JQuery did insert the type attribute correctly.  Here is a minimal example:

http://jsfiddle.net/sCaJZ/10/

",bug,closed,low,None,manipulation,git,cantfix,ie7 ie8,,,
