TheCodeholic

Results 59 comments of TheCodeholic

I am afraid there is no way to determine this right now but beforeTitleChange event would be awesome and false is returned from this function it will not change title....

Thank u too and welcome On Jul 15, 2016 07:16, "starrybright" [email protected] wrote: > This is a great plugin, thanks for your work. > > — > You are receiving...

Fixed!!! Download new version from github or bower

On default setup and on lobianijs.com examples page it works fine. Maybe you have additional css which overrides lobipanel's css. Try empty installation and let me know the result

I think I found the problem. This happens when you start dragging the panel but release immediately. jQuery ui sets its z-index to 0 and that causes the problem.

Thanks for creating issue. try to add the following css to your project ``` css .lobipanel.panel-unpin.panel-minimized > .panel-heading .dropdown .dropdown-menu{ min-width: 0; } .lobipanel.panel-unpin.panel-minimized{ position: static; } ``` This is...

Great!! I will change this in next stable release.

Fixed!!! Download new version from github or bower

Can you please make a pull request? It helps me to compare code and merge easily. Thank you

Look at the left panel. Inspect it and check what is the height of the panel. It must have some height in order to return panel to the left column....