IFA binds all textareas by default causing bugs on Views UI and Panels
barraponto - October 29, 2009 - 18:59
| Project: | ImageField Assist |
| Version: | 6.x-1.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | lourenzo |
| Status: | needs work |
Jump to:
Description
Also prevents them from showing draggable size.
it is probably trying to display icon and allow the use of IFA on Views header/footer/empty text/global field.
check firebug console script for error reports (while loading those panes).
it will also print json when clicking on anything ajax.

#1
#2
mantainer suggested workaround: admin/settings/imagefield_assist has a 'Access settings' tab where it can be configured where ifa displays. it has default value (i think) of 'node/*' 'comment/*' but despite it it is alos set to 'all paths'. should default to specific paths.
#3
Actually, the original bug report could be solved simply by configuring the access settings for the IFA.
But this default configuration should be more cautious with modules using AHAH/AJAX by default.
So, we need to allow by default the access only on node, comment and block paths, and explicitly let users know this can be easily configured
#4