Active
Project:
Panelizer (obsolete)
Version:
7.x-3.x-dev
Component:
IPE integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2012 at 14:22 UTC
Updated:
4 Nov 2016 at 11:56 UTC
Jump to comment: Most recent
Comments
Comment #1
jeremiahtre.in commentedUpdate: this only seems to happen for panelized menu trees where the node is a part of the active trail. In other words, the page's menu entry is within the menu being output. Try with a menu of which the page has no part, and the menu remains.
Comment #2
merlinofchaos commentedThis may ultimately not really be fixable.
IPE performs a content re-render when completing; if the content is looking at the active trail, that's going to be different during an AJAX operation, unfortunately, and there is likely nothing that can be done about it.
Comment #3
Olivier Beerens commentedVery annoying bug when you use menu_block with main menu to have Primary and Secondary links... because the page's menu entry will always be part of the menu being outputed.
Comment #4
adamdicarlo commentedWhat about faking $_GET['q'] to the path of the page being edited during the Ajax request?
Comment #5
damienmckennaComment #6
damienmckennaMight it be worthwhile to just cause IPE to reload the page after saving?
Comment #7
kenorb commentedComment #8
joelstein commentedSee #2824874-2: Fake path for better context when rendering panes with IPE which fakes the path to provide better context when rendering panes.