Problem with in_place_editor_field

I can’t seem to pass any options other thant :rows to the
in_place_editor

<%= in_place_editor_field :gallery, 'description', {}, {:rows => 2, :cols => 15} %>

:cols is just not working, a quick look at the html source confirms
this?
I am using rails 1.0…