Closed (fixed)
Project:
Hover Preview for ImageCache
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2011 at 07:47 UTC
Updated:
23 May 2011 at 19:41 UTC
The new D7 version is working wonderfully, except changes made in a fields view's configuration, do not save.
http://awesomescreenshot.com/0d7att02f
When the fields configuration is saved, whatever the "Image styles" value is will be applied and also saved as the "Hover preview" value. I'm marking this issue as major since it renders the views functionality broken.
Comments
Comment #1
robloachFixed: http://drupalcode.org/project/hover_preview.git/commit/3470e76
Also, there's a Drupal core bug that breaks this when using Views: #1025796: Rename path to uri in image functions... That patch is required in order to be able to use this with Views. Mind evaluating that issue and setting it to RTBC?
Comment #2
chx commentedThis is solved by #1150486: Make use of theme('image_style') instead of just theme('image')
Comment #3
robloachYup!