After upgrading from RC5 to the 1.0 version, when adding a new widget and returning to the page, where you want to save the newly added widget, the Save and Cancel button does not show - which makes it impossible to get the widget saved.

Comments

lsolesen’s picture

I get this in the javascript console:

event.returnValue is deprecated. Please use the standard event.preventDefault() instead. 

But that should not do it. This is present in the HTML:

<div id='panels-ipe-control-container' class='clearfix'><div id='panels-ipe-control-panelizer-node-5-page-manager' class='panels-ipe-control'><div class="panels-ipe-button-container clearfix"><div class="panels-ipe-pseudobutton-container"><a href="/panels/ajax/ipe/save_form/panelizer%3Anode%3A5%3Apage_manager" class="panels-ipe-startedit panels-ipe-pseudobutton" id="panels-ipe-customize-page">Edit this page</a></div><div class="panels-ipe-pseudobutton-container"><a href="/panels/ajax/ipe/change_layout/panelizer%3Anode%3A5%3Apage_manager" class="panels-ipe-change-layout panels-ipe-pseudobutton ctools-modal-layout" id="ajax-link">Change this layout</a></div></div><div class="panels-ipe-form-container clearfix"></div></div></div>

However, that seems to be links from before doing the save.

All this happened after upgrading the modules for 1.0 - using these make files: https://github.com/lsolesen/panopolicious

lsolesen’s picture

Status: Active » Closed (cannot reproduce)

Must have been a cache issue, because everything works again after clearing them.

lsolesen’s picture

Project: Panopoly » Flat UI
Status: Closed (cannot reproduce) » Active

Seems only to be the case with Flat UI - switching to Radix or Plate - it just works?