unusual bug with .attr("size")

unusual bug with .attr("size")

Worked with 1.3.2
now .attr("size") returns 1 whether it's been set or not
$("x").attr("size") => 1
$("x").attr("size", 40)
$("x").attr("size") => 1
and no attribute seems to appear on the element.
--