Closed (outdated)
Project:
Authenticated User Page Caching (Authcache)
Version:
6.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2010 at 04:47 UTC
Updated:
23 Sep 2016 at 09:38 UTC
Jump to comment: Most recent
Comments
Comment #1
Jonah Ellison commentedHi CarbonPig, what module are you using that creates the "Publish" tab? (I want to test it out.) Authcache tries to dynamically create/hide tabs based on role permissions, so there may be some glitch during this process.
Comment #2
vood002 commentedSubscribing.
A user of my site reported behavior exactly as described here, although I'm unable to recreate this when logged in to a cached account.
Comment #3
sanderz commentedI'm experiencing the same problem. For me this occurs in combination with the node access module. When a certain role is granted edit permissions on a node, only the "real author" can use the edit tab. For all other users within the same role, the tabs disappear after 1-2 seconds.
Note: it does take a slow browser (IE) to actually see this happening, in Safari I don't even see the tabs appearing :)
Any idea how to solve this?
Comment #4
bryancasler commentedSame thing happening here, this is a killer bug.
The following you see on page load.
after a second or so later the local tasks disappear and are replaced with this
Comment #5
bryancasler commentedI also looked at the page source and found this at the bottom
The is what I get when logged in as the "Bryan Casler" account. I'm guessing the
"tab_hide": [ "Edit" ]has something to do with all this.Comment #6
igor.ro commentedThis code would not works.
Because we have send ajax request to the {base_url}/index.php
And there is no local task for edit node.
We have to implement in authcache 2 mechanism for url dependent content,
Or write a plugin to easy authcache module that is now on stage adding to community http://drupal.org/node/916742.
I'm open to help you, feel free to contact me.
Comment #7
bryancasler commentedHas anyone else had this problem or is it just me?
Comment #8
igor.ro commentedAs I reported I have.
Because code to get menu contains bug.
Comment #9
elax commentedI have the same problem using Drupal commerce. Edit/View/etc ... tab disappear on Node and on menu page (using tabs for submenu).
Comment #10
znerol commented@elax: This issue is for 6.x-1.0-rc1. Drupal Commerce is not available for Drupal 7, therefore it is very unlikely that you are using Authcache 6.x. If you have problems with a different version of Authcache, then please file a new support request.
Comment #11
znerol commented