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

IE8 issue in radpanel header

1 Answer 26 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Zaynoun ElFalou
Top achievements
Rank 1
Zaynoun ElFalou asked on 25 Feb 2010, 04:43 PM
I increase the header size by css, i set rpText to height 60px, and now, in IE8 i can only expand collapse a section by clicking on text, not the entire header is clickable like in Firefox and chrome.
Is there a solution that works everywhere ?
thanks

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 26 Feb 2010, 03:07 PM
Hello Zaynoun ElFalou,

I've tested this with the following panelbar:

<telerik:RadPanelBar ID="panelBar1" runat="server">
    <Items>
        <telerik:RadPanelItem runat="server" Text="Root RadPanelItem1">
            <Items>
                <telerik:RadPanelItem runat="server" Text="Child RadPanelItem 1">
                </telerik:RadPanelItem>
                <telerik:RadPanelItem runat="server" Text="Child RadPanelItem 2">
                </telerik:RadPanelItem>
            </Items>
        </telerik:RadPanelItem>
        <telerik:RadPanelItem runat="server" Text="Root RadPanelItem2">
            <Items>
                <telerik:RadPanelItem runat="server" Text="Child RadPanelItem 1">
                </telerik:RadPanelItem>
                <telerik:RadPanelItem runat="server" Text="Child RadPanelItem 2">
                </telerik:RadPanelItem>
            </Items>
        </telerik:RadPanelItem>
    </Items>
</telerik:RadPanelBar>

and these css styles:

<style type="text/css">
    .RadPanelBar .rpRootGroup .rpText
    {  
        height: 60px;
    }
    .RadPanelBar .rpGroup .rpText
    {
        height: auto;
    }
</style>

and couldn't reproduce this issue in IE8. What is different in your case?

All the best,
Yana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
PanelBar
Asked by
Zaynoun ElFalou
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or