You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see from the attached screenshot, I was using Chrome's Javascript console to confirm that there is an invisible 60x1000 iframe which covers some part of web content thereby preventing any mouse events on the covered content. Here's the website shown in the screenshot: http://www.crowdvoice.com
Further investigation tells that this is caused by the use of Turbolinks, thus as a user clicks a link, rather than reloading entirely, a page simply gets replaced with the new page.
As this problem only happens when I visit a page with a Facebook button multiple times, I assume the resulting problem is due to the Facebook button getting reloaded the second time. There seems to be a proposed solution for using Facebook buttons with Turbolinks: http://reed.github.io/turbolinks-compatibility/facebook.html
So, I am expecting to get the following clarified:
Is it true that Socialite is not yet compatible with Turbolinks?
If so, could this be fixed in Socialite?
Thanks heaps
Hendrik
The text was updated successfully, but these errors were encountered:
Hi,
As you can see from the attached screenshot, I was using Chrome's Javascript console to confirm that there is an invisible 60x1000 iframe which covers some part of web content thereby preventing any mouse events on the covered content. Here's the website shown in the screenshot: http://www.crowdvoice.com
Further investigation tells that this is caused by the use of Turbolinks, thus as a user clicks a link, rather than reloading entirely, a page simply gets replaced with the new page.
As this problem only happens when I visit a page with a Facebook button multiple times, I assume the resulting problem is due to the Facebook button getting reloaded the second time. There seems to be a proposed solution for using Facebook buttons with Turbolinks: http://reed.github.io/turbolinks-compatibility/facebook.html
So, I am expecting to get the following clarified:
Thanks heaps
Hendrik
The text was updated successfully, but these errors were encountered: