Bug #15896
closedFE bug in displaying menu
0%
Description
I am no sure for 100% that this is a bug but I've tryied to reproduce the same problem with 3.8.1 with no effect.
Take a look at attached screen to check how my menu looks like.
I have three menus: top menu, left menu and path menu. Check also TS of that menus in screen.gif.
When I browse my website path menu and left menu disapear without any reason and any regularity.
Check this video file to see how it looks. When I clik on top menu and go back to left menu path menu disapear. When I the go to hompage left menu disapear.
http://serwer.evo.pl/bug.html [4MB swf]
ps. it is hard to explain this without video
(issue imported from #M2985)
Files
Updated by Michael Stucki over 18 years ago
I think that could be a duplicate of bug #15835 which is already fixed in CVS. Can you please have a look at this?
Updated by bartoszx over 18 years ago
Yes this seems to be very similar situation.
Anyway I've removed path menu with PidInRootLine condition.
Now I have two menu:
- top menu
- TOP MENU ####################
subparts.topMENU = HMENU
subparts.topMENU.special = directory
subparts.topMENU.special.value = 12
subparts.topMENU.wrap = <span class="level0">|</span>
subparts.topMENU.1 = TMENU
subparts.topMENU.1.NO {
allWrap = |||| |
} ###################
and left menu
############3 Navigation - left level 1
subparts.MENU = HMENU
subparts.MENU.special = directory
subparts.MENU.special.value = 4
[treeLevel = 0]
subparts.MENU.entryLevel = 0
[else]
subparts.MENU.entryLevel = 1
[global]
subparts.MENU.wrap = <div id="catmenu"><div id="title">Category</div>|</div>
subparts.MENU.1 = TMENU
--cut--- ############
When I clear cache and visit homepage left menu is visible then I browse thru left menu and go back to hompage and left menu is not visible.
I've been repeating above steps few times and left menu disapear randomly.
Updated by bartoszx over 18 years ago
please close that bug
rc2 works like a charm
big thanks