This is a migrated thread and some comments may be shown as answers.

Double click bug?

1 Answer 78 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Marco
Top achievements
Rank 1
Marco asked on 19 Nov 2007, 03:54 PM
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.

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.


 

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 20 Nov 2007, 01:47 PM
Hello Marco,
Thank you for reporting this problem. We have fixed it and the fix will be available with the Futures release, scheduled for 26 November.

I added 500 telerik points to your account.

Best wishes,
Tsvetie
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Splitter
Asked by
Marco
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or