PDSplitter broken ?
EasyME opened this issue · 4 comments
can't seem to get splitter to work and the demo site also showing it as no longer presenting splitter bars.
issue - splitter bars not present for resizing.
Have checked and is working in Chrome, FF and Edge.
Update - I was able to build a test page locally.. seems the library is missing jsplit,js (needed to download and reference it on _Host.cshtml) and with that i'm able to see the splitter cursor changing once I move the mouse over to where the splitter bar is supposed to be , but the splitter bar is still not showing then locally I changed the color of gutter and there.. the splitter bar locally is showing.. but demo-site page doesn't have the bar.. perhaps I may suggest changing the gutter to a darker color ?
.gutter {
background-color :brown;
}
Yes it wasn't clear that there was a dependency on the split.js library. I have added a small sub title to each page that details additional client side libraries required. I have also since added tabs at the top of each demo page that allow you to view all the source files.