Sliding Panel not working from a Deck Interaction
I am trying to recreate the Mobile Page Builder "panel" user experience by using a sliding panel from within a deck component, however the sliding panel isn't sliding. It is doing absolutely nothing when I "Click".
Tagged:
1
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments
<skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true">
<models>
<model id="Account" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" type="" sobject="Account">
<fields>
<field id="Name"/>
</fields>
<conditions/>
<actions/>
</model>
</models>
<components>
<deck searchmethod="server" searchbox="true" columngutter=".75em" rowgutter=".75em" filtersposition="top" filterswidth="150px" showsavecancel="false" behavior="flex" verticalalign="top" ratio="1" minwidth="350px" uniqueid="sk-dczlC-111" buttonposition="" pagesize="10" model="Account">
<components>
<basicfieldeditor showheader="true" showsavecancel="true" showerrorsinline="true" buttonposition="" uniqueid="sk-dd280-137" mode="read" model="Account">
<columns>
<column width="100%">
<sections>
<section title="Section A" collapsible="no">
<fields>
<field uniqueid="sk-ddAqR-180" id="Name"/>
</fields>
</section>
</sections>
</column>
</columns>
</basicfieldeditor>
</components>
<massactions/>
<interactions>
<interaction type="tap" direction="either">
<action type="openSlidingPanel">
<models/>
<popup title="{{Model.label}}: {{Name}}" width="80%">
<components/>
</popup>
<panel title="Sliding Panel Contents" uniqueid="sk-dc-Z--129" size="100%" origin="left" closeonpageclick="true" behavior="overlay">
<components>
<richtext multiple="false" uniqueid="sk-ddCpy-189" model="Account">
<contents><p style="user-select: auto;">{{Name}}: THIS DOES NOT WORK</p>
</contents>
</richtext>
</components>
</panel>
</action>
</interaction>
</interactions>
<actions/>
<styles>
<styleitem type="border"/>
</styles>
</deck>
</components>
<resources>
<labels/>
<javascript/>
<css/>
</resources>
<styles>
<styleitem type="background" bgtype="none"/>
</styles>
</skuidpage>
As a reminder, Salesforce does NOT allow reverting back to prior versions of managed packages. Skuid always recommends installing new versions in a non-business critical sandbox environment to test all mission critical functionality before installing into a production environment. We also recommend that you update out of date themes when you upgrade. Please let us know if you continue to encounter any problems with this issue after upgrading.
Thanks again for alerting us of these issues!