idlesign / ist-ui-panel

jQuery UI Panel (Content Grouping) widget with horizontal and vertical sliding
GNU General Public License v2.0
30 stars 5 forks source link

Cookie Error on Panel Slide-Left #10

Open robertoalvesme opened 12 years ago

robertoalvesme commented 12 years ago

In your example, using the Demo.html, when enables the option cookie, the state is saved, but the content doesnt appear when you click it to open, and it show when its closed; It happens when the content is "collapsed", you have to click 2 times and reload the page to show the content inside.

SEE:

$('#panelLeft_1').panel({ collapseType:'slide-left' width:'300px', cookie:{'expires':7} });

idlesign commented 12 years ago

Thank you for this report, but as it is said in README.txt: "This Panel plugin version is somewhat outdated, if not to say unsupported", but remember, that you can always fork that repo %)

robertoalvesme commented 12 years ago

I cant believe, thats really gorgeous! Something can I try to?

idlesign commented 12 years ago

There was an unfinished attempt for total rewrite at https://github.com/idlesign/jquery-ui. You can try dev-version from https://github.com/idlesign/jquery-ui/blob/master/ui/jquery.ui.panel.js Take a note, however, that this rewrite operates rather different set of options, i.e. it's not backward compatible. That's all for now, I'm afraid, and don't know even whether this rewrite would be finished someday.