Closed (cannot reproduce)
Project:
Views TimelineJS integration
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2012 at 14:25 UTC
Updated:
1 Sep 2013 at 19:27 UTC
Jump to comment: Most recent file
Comments
Comment #1
operinko commentedI can't seem to reproduce that.
Can you provide me with steps on how you ended up with this bug?
Comment #2
brzbg commentedI created a new view to use the timeline js.
1. Make it as a page, in my case is /front-page-timeline
2. If i am logged as admin, everything works fine when i go to /front-page-timeline, but if i logged out, i only see the title of the page.
If u need more info let me know, here its a screenshot of what i see when i am logged out.
Comment #3
operinko commentedCan you tell me what have you got set in the Views "Page: Access options"?
And can you confirm that whatever role/permission is required there is also set to the anonymous users?
Just trying to eliminate every possibility before I dig too deep into the code looking for something that may or may not exist.
Comment #4
brzbg commentedSure
Access: Permission | View published content
And the role/permission is set for anonymous user.
Edit: If i open it threw mobile device with android or iOS again as anonymous it works. Its really strange
Comment #5
operinko commentedThen it's probably a browser issue instead of a problem in the code.
Perhaps your browser is caching aggressively?
Comment #6
brzbg commentedSurely not, i tried different browsers and different PC(i have 4 at home).
Comment #7
csunny commentedI have the same problem.
Comment #8
spfaffly commentedI'm sure this is a browser issue as well. It wouldn't make sense for mobile devices to display vs desktop as the module renders the same output for both.
Maybe there's an issue with your template file or any overrides you may have? Malformed mark up? Desktop vs Mobile only JS? Using a responsive theme?
Have you processed the markup through an HTML validator?
Comment #9
fluxsauce commentedspfaffly, here's an example from a production site where I'm using it:
Not a lot of markup and it's correctly formed, so I doubt that's it. This module is pretty much just passing well formatted options to the Timeline JS library.
Comment #10
Anjaro commentedJust delete, sorry.
Comment #11
fluxsauce commentedComment #12
dobe commentedSo I am not going to reopen as it is not an issue with this module, but I just want to make mention I could reproduce this issue. I however don't know for sure if it is exactly the same setup as brzbg had. But if you use a "Entity Relationship" within your view.
There is a query access permission bug in Drupal Core. https://drupal.org/node/1349080 has all the details.
Since my timeline was using an entity reference It was not displaying when viewing as anonymous user regardless of views access settings. There is a patch in #89 that won't be committed till D8 gets it's issue resolved. However that patched worked to clear up this issue.
Just a tid bit as this issue can make your hair fall out ( Forcefully of course) :D hope it helps.