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

Tooltip performs postback after ajax call

2 Answers 187 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Jason Maronge
Top achievements
Rank 1
Jason Maronge asked on 10 Sep 2007, 03:13 AM
I am using LoadOnDemand for my tooltip and have the OnAjaxUpdate event handler set.  Everything seems to work fine at first.  I right-click on my checkbox and the tooltip does the ajax call and gets the content it is supposed to fine.  Then if I save my form, using the promethis ajax manager and try to use the tooltip again it does a postback instead of a callback.  Once it post back I can use the tooltip fine until my next ajax save, and it happens all over again. 

It looks like the tooltip update panels or something are not be initialized correctly after an ajax call comes back.  Has anyone seen anything similar.  I know it may sound sort of confusing, but it is kind of difficult to explain.

Thanks...

Jason

2 Answers, 1 is accepted

Sort by
0
RyanBoud
Top achievements
Rank 1
answered on 10 Sep 2007, 10:21 AM
I found the same thing happened when I added the TooltipManager to Ajax UpdatedControls, in other words when the TooltipManager is rendered again.

So yes it seems that the Ajax is only hooked up on the initial page load.
You may want to try putting the TooltipManager outside of your form, or somehow re-ajaxing the panels.
0
Jason Maronge
Top achievements
Rank 1
answered on 10 Sep 2007, 02:36 PM
Ryan,

    Thanks.  I moved it outside of my main panel and it seems to be doing ok now.  Wonder if this will be fixed in the next release?

Jason
Tags
ToolTip
Asked by
Jason Maronge
Top achievements
Rank 1
Answers by
RyanBoud
Top achievements
Rank 1
Jason Maronge
Top achievements
Rank 1
Share this question
or