RadPanelBar - Text disappears when zooming out in browser

1 Answer 38 Views
PanelBar
Per-Ola
Top achievements
Rank 1
Per-Ola asked on 26 Jan 2022, 11:19 AM

Regardless of browser, when you zoom out to text size 80% or less the text in the RadPanelBar disappears. 

Is there a way to make the text visible regardless of the zoom level?

/POE

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 26 Jan 2022, 07:12 PM

Hello POE,

Can you provide a bit more details on the exact scenario in which the issue occurs? Which version of the controls do you use? Can you provide the setup of the PanelBar leading to the issue?

I tested the zooming of Chrome in this live demo, but the text remained visible as you can see in the video below:

http://somup.com/c3VOqXZaPI

Regards,
Vessy
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Per-Ola
Top achievements
Rank 1
commented on 27 Jan 2022, 08:38 AM

Description Progress® Telerik® UI for ASP.NET AJAX
Runtimeversion    v4.0.30319
Version    2020.2.617.45

The PanelBar in set up like

<asp:Content ContentPlaceHolderID="Right" runat="server">
    <div class="pinLeftMenu"></div>
    <table id="SplitMasterContainer">
        <tr>
            <td id="SplitMasterLeft">
                <telerik:RadPanelBar runat="server" ID="rpbMenu" Skin="MetroTouch" Width="100%"
                 OnClientItemClicked="MenuItemClicked"></telerik:RadPanelBar>

 

And populated like this with C# code

            var rtvOverview = new RadPanelItem(GetGlobalResourceObject("Agreement", "Overview").ToString(),
                                            ResolveUrl("~/Agreement/AgreementView/AgreementDefault.aspx?" +
                                            UrlParameters.AgreementId + "=" + agreement.Id));
            rpbMenu.Items.Add(rtvOverview);

 

/POE

 

 

Per-Ola
Top achievements
Rank 1
commented on 27 Jan 2022, 03:11 PM

The problem was not with the Telerik component, it was a Java library with functionality for adding "..." when texts wouldn't fit.
Thank you anyway!

/POE

Vessy
Telerik team
commented on 31 Jan 2022, 05:30 PM

Thank you for the update, POE!
Tags
PanelBar
Asked by
Per-Ola
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or