Active
Project:
Image Assist
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2007 at 19:14 UTC
Updated:
19 Mar 2008 at 01:20 UTC
Collapsible feildsets stop working in IE7 when img_assist is enabled.
This problem use to exist in IE6, but does not anymore.
| Comment | File | Size | Author |
|---|---|---|---|
| img_assist-disabled-ie7-fieldsets.jpg - When img_assist is disabled | 20.55 KB | jswaby | |
| img_assist-enabled-ie7-fieldsets.jpg - When img_assist is enabled | 15.82 KB | jswaby |
Comments
Comment #1
jswaby commentedComment #2
jswaby commentedDoes anyone else have this problem?
Comment #3
apratt commentedI'm seeing it too. 5.x-1.5 though.
Comment #4
apratt commentedI seem to have resolved this by using only the camera icon in TinyMCE to add images. By removing the icon or text link from below the body area - the collapsible fieldsets come back. There is a comment in the module file itself about the complexity of the CSS and javascript involved that led me to think this might be part of the issue.
Comment #5
zoo33 commentedWhat I think would be very helpful is if you could find some kind of JS console in IE 7 and see if it spits out any errors.
Comment #6
sunThat's probably true - if both img_assist_textarea.js and img_assist_tinymce.js are loaded, initLoader() and some more (global) JavaScript functions are declared twice. Major rewrite needed. Probably best by re-factoring all JS code based on jQuery.
As a workaround, you should disable the button below textareas in Image Assist's settings (as already mentioned in #4).
Great input, Hannes!
Comment #7
Justin Freeman commentedAdding my name to the list. We have seen this problem in production for IE7 users (fine in Fire Fox) and the only workaround we could find was to configure Image assist as follows (admin/settings/img_assist):
1. Display Image assist on paths: on specific paths. Leave the options blank.
2. Display Image assist on text areas: Show on only the listed textareas. Leave the options blank.
3. Textarea image link: Do not show a link.
Then this problem goes away for IE7. Would be great to have this one fixed.