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

Radtooltip - get this error on popupBehavior

1 Answer 73 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Jomey
Top achievements
Rank 1
Jomey asked on 13 Jun 2008, 10:44 PM

I get an error on scriptresource.axd

The button the tooltip is on is in a panel that is disabled and enabled.  When enabling the panel I get the below javascript error.

Line 304
this._popupBehavior.pin(this._isRelativeToBrowserWindow());

Here is more of the code:

this._setPopupVisible(_25.x,_25.y);
this._resetAutoCloseDelay();
this._popupVisible=true;
},_afterShow:function(){
this._popupBehavior.pin(this._isRelativeToBrowserWindow());
this.raiseEvent("show");
},_hide:function(){
if(this._tooltipAnimation){
this._tooltipAnimation.stop();
}
this.cancelShowDelay();
this.cancelAutoCloseDelay();
var _27=new Sys.CancelEventArgs();
this.raiseEvent("beforeHide",_27);
if(_27.get_cancel()){
return;
}

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 16 Jun 2008, 11:11 AM
Hi Jomey,

I am not quite sure what is the exact error that you receive as you haven't provided the error's text.
I also do not know how exactly you have configured your RadToolTip - I created a simple test project, based on the provided information but unfortunately I was not able to reproduce the problem.

Please, modify the attached project in order to reproduce the problem, open a new support ticket and send it back to me along with the error's description. Once I receive it, I will do my best to help.


Regards,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ToolTip
Asked by
Jomey
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or