Hello,
I noticed a strange behaviour when you click (by accident), a border of a slidingpane.
He throws a error and goes in debug to the folowing line in the scriptresource.axd.
If its a bug i think you like to know.
Otherwise if i can solve this behaviour, i hope you have some advice.
I noticed a strange behaviour when you click (by accident), a border of a slidingpane.
He throws a error and goes in debug to the folowing line in the scriptresource.axd.
| Type.registerNamespace("Telerik.Web.UI"); |
| Telerik.Web.UI.Box={getOuterWidth:function(_1){ |
| return _1.offsetWidth; |
| },getOuterHeight:function(_2){ |
| return _2.offsetHeight; |
| },setOuterHeight:function(_3,_4){ |
| if(_4<=0||_4==""){ |
| _3.style.height=""; |
| }else{ |
| _3.style.height=_4+"px"; //-- <<<< debug throws error here --// |
| var _5=_3.offsetHeight-_4; |
| var _6=_4-_5; |
| if(_6>0){ |
| _3.style.height=_6+"px"; |
| }else{ |
| _3.style.height=""; |
| } |
If its a bug i think you like to know.
Otherwise if i can solve this behaviour, i hope you have some advice.