I noticed that if the "Resizable" checbox is enabled, the webform cannot be submitted in IE9.

Further, if any fields are mandatory are not filled out and the user attempts to submit the form, any text that was filled out in the textarea disappears.

Drupal 6.22
Webform Validation 6.x-1.5 (only rule is ensuring email addresses equal each other)

Thanks for a great tool!

Comments

quicksketch’s picture

Hm, this seems a bit unlikely but I can't confirm it currently because I don't have a Vista or 7 Windows VM available to test it on. Webform doesn't do anything out of the ordinary with resizable textareas though. When you say "the webform cannot be submitted", exactly how is submission prevented? If you're getting a JavaScript error on the page, I suggest trying to see where that error is coming from; any JS error on the page may cause the form to fail to submit if it's tinkering with normal form submission.

wemael’s picture

Hi, I seem to have the same issue.
in other browsers my form works fine, it's only in IE9 that the textarea seems to be emptied on submission. If the textarea is a required field this stops the user from subscribing on my website.

I've searched the internet for a solution but so far found nothing
I tried emulating the page in IE9 as IE7 but that also doesn't seem to work (or I'm doing it incorrectly)
()

wemael’s picture

in my previous post I wanted to mention the use of metadata to emulate IE9 to IE7:
meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"

jeffam’s picture

I know this is a pretty old issue, but something very similar was happening to me on a custom form created with Form API: textarea fields would not submit while the other form fields would in IE9 only. And textareas would submit when I set #resizeable to false.

I finally narrowed the culprit down to some malformed HTML before the form was rendered. In my case, it was an unclosed P tag just prior to the form. I was lead down that investigative path when I noticed that the form element was not appearing in the IE9 developer tools.

So it seems that IE9 does some strange stuff when a form tag is preceded by bad HTML. Hope this info helps someone.

quicksketch’s picture

Category: bug » support
Status: Active » Fixed

Thanks, I added this to our (short) FAQ: http://drupal.org/documentation/modules/webform/faq#ie-fields

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.