Hi all,

I've pushed Watir 1.9.1 containing fixes for IE9.

The only remaining IE9 issue is that file fields are not working in IE9.
I've fixed the unit test so that it fails appropriately. Seems that there's
something happening that's different when you click the 'Browse...' button
with automation vs clicking it manually.

So for example:

manually click Browse...
  regardless of automating or manually completing the file upload,
everything works

click Browse... using watir
  doesn't matter if it's automated or manual after this. Symptoms are:
    * if you manually click the submit button, it resets the file_field
*without posting the form*
    * if you use watir to click the submit button, it posts the form but the
file_field value is empty

Of course if you put the document mode back to IE8 everything works
swimmingly. It seems that something in the way the Browser.. button is
clicked is causing issues. I've tried firing events to see if there was
something there we're missing but no luck. If anyone has any thoughts on
things to try, I'd love to hear from you.

Thanks!
Hugh
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to