When displaying a node that includes a field of type https://drupal.org/project/viewreference the node is initially rendered in the canvas, but immediately after it has finished rendering (from 0.x to 1-2 seconds) it's rendered again outside of the canvas/facebook.

The site is multilingual.

BTW I report it against 7.-3.4 beta1 because this is the first and only version I have used, don't know if it was present in previous versions

Comments

Dave Cohen’s picture

Category: bug » support

Not sure what could be responsible for that. Maybe you could post what the URL is before the redirect and after. Something, maybe javascript, is redirecting or reloading the page. Maybe it is viewreference, maybe i18n or some combination.

If you have firebug or something like that, you could try a breakpoint in FB_JS.reload(), just to see if it is called. Or enable devel.module and enable the "show redirection page" feature.