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

Positioning is wrong

1 Answer 41 Views
SkinManager
This is a migrated thread and some comments may be shown as answers.
René Hézser
Top achievements
Rank 1
René Hézser asked on 02 Jun 2010, 08:33 AM
Hi,
I think I've a problem with some styles.
The context menu of the scheduler control is not appearing at the position it should. If I right click on an event, the menu is appearing at the very top of the page.
The attached screen shots show that during the load of the the page, the items of the context menu appear very short beneath the scheduler.
<div class="panelContainer" runat="server"
    <%--<telerik:RadFormDecorator ID="radFormDecorator" runat="server" DecoratedControls="All" />--%> 
    <telerik:RadAjaxLoadingPanel ID="LoadingPanel" runat="server" Skin="Windows7" /> 
    <telerik:RadAjaxPanel ID="RadAjaxPanel" runat="server" LoadingPanelID="LoadingPanel" > 
        <%--<telerik:RadSkinManager ID="RadSkinManager" Runat="server" Skin="Default" ShowChooser="True" Enabled="true"
            <TargetControls> 
                <telerik:TargetControl ControlID="RadAjaxPanel" Enabled="false" Skin="Default" /> 
                <telerik:TargetControl ControlID="LoadingPanel" Enabled="true" Skin="Windows7" /> 
            </TargetControls> 
        </telerik:RadSkinManager>--%> 
        <div class="tabsContainer" ID="TabsContainer" runat="server"
            <telerik:RadDockLayout ID="RadDockLayout" runat="server"
                <telerik:RadDockZone ID="RadDockZone" Runat="server" MinHeight="420px" Width="900px"
... 
</telerik:RadDockZone> 
            </telerik:RadDockLayout> 
      </div> 
      <div class="contentContainer"
         <div class="panelContent"
                <asp:Panel ID="Panel1" runat="server" Style="font: normal 12px Arial, Verdana, Sans-serif; color: #a6a896;"></asp:Panel> 
         </div> 
      </div> 
      <div class="controlsContainer"
            <asp:Label CssClass="ms-error" ID="ShowException" runat="server" /> 
      </div> 
    </telerik:RadAjaxPanel> 
</div> 

Additionally the selected style from the skinmanager is not applied to the loadingpanel, if I comment in the skinmanager.
Do you have any idea where I might have an error? The version I use is 2010.1.519.35

Thank you
Greetings from Germany
René

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 03 Jun 2010, 09:36 AM
Hi René,

I'm posting the reply to your support ticket for community reference.

Thank you for the detailed description of the problem and apologies for the late reply.

It seems that the context menu can't load it's stylesheet properly. The most likely cause is that you've hit the 32 stylesheet limitation in IE. Removing controls from the page will reduce the number of stylesheets and that's why the context menu will render correctly.

Please see this blog post for more details and for suggestions on how to solve it.

http://blogs.telerik.com/kamenbundev/posts/10-05-03/internet_explorer_css_limits.aspx

I hope this helps.

Regards,
Tsvetomir Tsonev
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
SkinManager
Asked by
René Hézser
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or