Apparently you cannot set a 'title' attribute on a FORM element in IE 7/8, which is exactly what jQuery's UI dialog tries to do (actually it tries to clear it and then set it). I've even tested this with the latest-n-greatest jQuery UI codebase, 1.8.21.

In order for this to function properly on IE7/8 and not screw up other browsers, the FORM element needs to be wrapped in a DIV that apparently IE7/8 don't mind setting the 'title' attribute on.

Comments

arpieb’s picture

Status: Active » Needs review
StatusFileSize
new2.31 KB

... and here's the patch to do just that.

tirdadc’s picture

I merged this patch with http://drupal.org/node/1612276#comment-6066768 because it was causing issues when trying to apply both consecutively in a make file.

tirdadc’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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