Closed (fixed)
Project:
Views Ajax Fade
Version:
7.x-1.2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2013 at 03:36 UTC
Updated:
4 Jul 2013 at 13:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
alpp commentedi'm having the same problem.
Comment #2
godot882 commentedsame here...
Comment #3
tlattimore commentedSorry about this issue. I will look into it.
Could you all list what version of Drupal and Views you are running?
Comment #4
fagost84 commentedsame here...
Drupal core 7.19
views 7.x-3.5
views_ajax_fade 7.x-1.2
Comment #5
b.one commenteddrupal core 7.20
views 7.x-3.5
views_ajax_fade 7.x-1.2
Comment #6
alpp commenteddrupal core 7.21
views 7.x-3.5
views_ajax_fade 7.x-1.2
Comment #7
eboss commentedAny progress with this issue?
Comment #8
tlattimore commentedI really don't know what is going on here. I would say it is a fringe issue, but with the number of people that have reported this issue I just don't know..
I am unable to replicate it in my testing with views-7.x-3.5 and Drupal-7.20 as other users reported.
Comment #9
b.one commentedmaybe it's due to another module, maybe we could list modules used on our sites ?
Comment #10
tlattimore commentedIf you are using other views plugins that may cause an issue.
Comment #11
b.one commentedi'm using Views Fluid Grid 7.x-3.0
Comment #12
doubleff commentedI had the same issue with a site translated in french ...
A simple modifications to have it working now, by translating the Yes parameter :
in file views_ajax_fade.module :
@@ -33,7 +33,7 @@ function views_ajax_fade_views_ajax_data
and in file views_plugin_ajax_fade.inc :
@@ -99,7 +99,7 @@ class views_plugin_ajax_fade extends vie
Hope it helps ...
Comment #13
steeph commentedYep, it works only if the site is English. The patch fixed it.
Comment #14
tlattimore commentedSorry for the long delay in giving this issue attention. I somehow missed these latest posts and that patch.
Somehow it feels like calling t() within a control operator just efficient - or rather I have approached this completely wrong. Maybe look for another value to check against? like 0/1 for the form element selected? If we can't figure out a solution there - I am open to submitted committing this patch.
Thanks so much for the patch, doubleff! Hope we can get this solved asap.
Comment #15
tlattimore commentedI can't think of a better way to do this at this point and want this issue resolved. So I have committed it to 7.x-1.x. The change will be included in the next release.
http://drupalcode.org/project/views_ajax_fade.git/commit/27d7724a4492818...
Comment #16
tlattimore commentedthis is fixed.