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

BR Tag showing in RibbonBarSplitButton Tooltip

4 Answers 54 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
FvLent
Top achievements
Rank 2
FvLent asked on 21 Sep 2012, 03:19 PM
Hello,

I have a RibbonBarSplitButton with a Text-property holding a <BR> Tag, like:

<telerik:RibbonBarSplitButton Size="Large"  Text="Financial <br />reports" 
           ToolTip="serveral financial reports."  >
           <Buttons>
                    <telerik:RibbonBarButton ID="Reportq1" Text="Report q1"  Value="Report.aspx?report=Q1"   Size="Large" ToolTip="Report of Q1." />
           </Buttons>
</telerik:RibbonBarSplitButton>

When I run the web-app, when I hoover over the RibbonBarSplitButton, in the tooltip's title, the <BR> is shown wrongly. 
The <BR>  is not shown if I use a <BR> in a RibbonBarButton's Text property (not a SplitButton).
I think this functionality is missing in the RibbonBarSplitButton Tooltip.

Also, when I use a RibbonBarButton with a Text-property holding a <BR> Tag, but I leave the ToolTip not set or set like  ToolTip="", the tooltip that will be shown, then the default tooltip will be shown, and shows the <BR> too.

Regards,

Frank

4 Answers, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 25 Sep 2012, 08:04 AM
Hello Frank,

Thank you for reporting this to us.

The issue with the SplitButton and the Enhanced tooltip has been resolved and you can get the working version in next week's lates internal build.

As for the default tooltip, we use the html title attribute to display the text of the item as the tooltip, so it's default behavior is to show the "<br />" tags. 

Hope this was helpful.
 
Regards,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
FvLent
Top achievements
Rank 2
answered on 25 Sep 2012, 03:43 PM
Thank you for investigating and confirming.Any chance of rewarding some Telerik points?
Regards,
Frank
0
Bozhidar
Telerik team
answered on 26 Sep 2012, 08:00 AM
Hi Frank,

I've updated your account.
 
Regards,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
FvLent
Top achievements
Rank 2
answered on 26 Sep 2012, 08:07 AM
Thank you!
Frank
Tags
RibbonBar
Asked by
FvLent
Top achievements
Rank 2
Answers by
Bozhidar
Telerik team
FvLent
Top achievements
Rank 2
Share this question
or