ist-ui-panel icon indicating copy to clipboard operation
ist-ui-panel copied to clipboard

jQuery UI Panel (Content Grouping) widget with horizontal and vertical sliding

Results 6 ist-ui-panel issues
Sort by recently updated
recently updated
newest added

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...

My solution: if (o.cookie) { var saved_state = self._cookie(); if (saved_state!=null) { if(saved_state==1) { o.collapsed = true; } else { o.collapsed = false; } } }

t-bug
0.6

Request to add Height since we have Width. Dynamic content needs to be considered.

t-request

This is more of a request than an issue. Since you can drag a panel can we add the ability to resize a panel?

t-request

It seems that with new jquery UI 1.8.6 css themes the hover of the panel collapse/fold button breaks up, as you can see in this example: http://pastehtml.com/view/1bxmjup.html With the same...

t-bug
0.6

I test this panel in farsi language and found a problem vertical text with utf-8 right to left language text. test this css code for fix: .ui-panel-vtext { display: block;...

t-request