Snap preview interferes with image assist
tobbe_s - May 29, 2007 - 21:58
| Project: | Snap Preview Anywhere |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Snap preview module causes incorrect function of image assist v.1.2. The image assist module in textarea mode is unable to paste image codes into textarea when Snap preview is enabled. Loading of snap preview should not occur in browser window opened by image assist.

#1
So I modified snap.module and made it output javascript only if stristr($_GET['q'], "img_assist") returns FALSE. Now image_assist and snap_preview cooperates with each other.