Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

Panel Will Not Open

I have pages that were created from a template, which have a panel component, which slides out when clicking a button. I have now broke the page from the template maing it stand-alone.

My problem is, since breaking the page away from the template the panel no longer opens when clicking the button. i have tried deleting the click event and re-creating it, but the panel still fails to open. The click event is as follows:

Image

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Panel Will Not Open

Hello Terry,

Unfortunately this is the bug. Please use a workaround below:
Please use custom JS to run that panel: preApperyio("myPanel").panel("open");/pre here myPanel - name of the panel

Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

Panel Will Not Open

Thanks Sergiy

Return to “Issues”