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

Toolbar hover issue when loading by XmlHttpPanel

1 Answer 59 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Wim van der Linden
Top achievements
Rank 1
Wim van der Linden asked on 13 Oct 2009, 01:10 PM
Hi,

My situation is a few usercontrols all containing a single radtoolbar.
All controls are wrapped in a XmlHttpPanel.
I used this property EnableClientScriptEvaluation="true" so it registers the javascript when reloaded.
That works great.

However when I hover over a different toolbar then the one I have updated,
the hovered image gets placed next to the button.

the source looks like this afterwards.
<class=rtbWrap  href="#">  
<SPAN class=rtbOut>  
    <SPAN class=rtbMid>  
        <SPAN class=rtbIn>  
            <IMG class=rtbIcon src="../../interface/images/icons/text.gif">  
        <SPAN class=rtbText></SPAN> 
        </SPAN> 
    </SPAN> 
</SPAN> 
<IMG class=rtbIcon src="../../interface/images/icons/text.gif">  
</A> 
instead of this (how it looks on load)
<class=rtbWrap title="Click to maintain the products scripts" href="#">  
<SPAN class=rtbOut>  
    <SPAN class=rtbMid>  
        <SPAN class=rtbIn>  
            <IMG class=rtbIcon alt="Click to maintain the products scripts" src="../../interface/images/icons/text.gif">  
        <SPAN class=rtbText>Scripts</SPAN> 
        </SPAN> 
    </SPAN> 
</SPAN> 
</A> 
Notice the extra image within the link element.
This only happens after loading a different control with the XmlHttpPanel.

kind regards,
Wim

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 16 Oct 2009, 08:27 AM
Hi Wim,

Can you please isolate the problem in a simple working demo and send it to us via a support ticket?


Kind regards,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ToolBar
Asked by
Wim van der Linden
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or