You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this in a Ruby on Rails form_for when trying to set the value of a textarea with some text, Chrome does not add the text to the textarea box. Firefox has no problem with this.
This is with Chrome 27.0.1453.93 on OSX 10.7.5
After removing the data-widarea=enable, the form correctly loads the value of the text again.
The text was updated successfully, but these errors were encountered:
Using this in a Ruby on Rails form_for when trying to set the value of a textarea with some text, Chrome does not add the text to the textarea box. Firefox has no problem with this.
This is with Chrome 27.0.1453.93 on OSX 10.7.5
After removing the
data-widarea=enable
, the form correctly loads the value of the text again.The text was updated successfully, but these errors were encountered: