the tooltip is only show when mouse over other place.
I have set ToolTip="my tip",but when I move mouse to button of slider ,the tip is never change.
I only want tooptip to show the number accroding to it's value
I changed code ,but I find there are two tooltips .
my code is :
<ig:WebSlider ID="WebSlider1" runat="server" MaxValueAsString="100" MinValueAsString="0" ValueType="Int"
AutoPostBackFlags-ValueChanged="On" onvaluechanged="WebSlider1_ValueChanged" ValueAsString="0" ><AutoPostBackFlags ValueChanged="On"></AutoPostBackFlags> <ValueLabel Location="FloatTopOrLeft" />
</ig:WebSlider>
Hello foxbabby,
I have been looking into your questions and I am not sure what is the exact functionality that you are trying to achieve. Do you want the tooltip to show the current hovered value even when you don’t drag the thumb? Would you please provide me with some additional details of the behavior that you are trying to achieve so I can be sure that we are looking on the same thing.
Thanks in advance.
I only want to show the current value . But the english tip "increment value" is always show .
I am not able to reproduce the behavior that you mentioned since by default our WebSlider shows as tooltip only the current value:
http://ko.infragistics.com/products/aspnet/sample/slider/events
Would you please make sure that you haven’t set the and MinusButton-ToolTip and the PlusButton-ToolTipwhich will add additional tooltip when you hover the -/+ buttons.
If this is not your case would you please provide me with a small sample where your issue is reproducible so I can investigate it further.
I find IE10 has the problem. Chrome is ok.
I am just checking have you been able to resolve your issue? If you still need any assistance on the matter do not hesitate to ask.
I have tested the following sample :
under IE 10 and I wasn’t able to reproduce the issue. Would you please provide me with some additional details what is the particular steps to reproduce that you follow when the tooltip is shown. Also would you provide me with a video with the issue so I can investigate it further.