Closed (fixed)
Project:
Boxes
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2012 at 18:39 UTC
Updated:
11 Aug 2013 at 16:41 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | boxes-form-title-jquery-dialog-error-ie7-8-1632916-02.patch | 2.52 KB | tirdadc |
| #1 | boxes-form-title-jquery-dialog-error-ie7-8-1632916-01.patch | 2.31 KB | arpieb |
Comments
Comment #1
arpieb commented... and here's the patch to do just that.
Comment #2
tirdadc commentedI 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.
Comment #3
tirdadc commentedFinally committed this. http://drupalcode.org/project/boxes.git/commit/4ef1a97