> Thanks for the continued input
Thank you for installing Firebug - I think I've got the information I need from
your screenshot. Now quickly disable Firebug again, as it slows down SC to a
crawl.
> I think I have done what you asked, although I haven’t really got a
> clue :-(
Never mind. The "plEl is null" is no good thing and I'll add a check for this.
Though I don't understand how this could happen. Is this happening with a long
playlist?
Please give the following a try:
- open HTML/EN/html/SqueezeJS/UI.js in a text editor
- go to line 1730. This should look like this:
onResize : function(){
var el = this.container.parent().parent();
var plEl = this.getPlEl();
var height = el.getHeight() + el.getTop() - plEl.getTop();
if (el = Ext.get('playlistTab'))
height -= el.getHeight();
plEl.setHeight(height);
},
- insert the following two lines after the "var plEl = this.getPlEl()" line:
if (el == null || plEl == null)
return;
- clear your browser's cache and force a full reload
Would this fix your issue?
--
Michael
_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss