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

Odd pop

3 Answers 53 Views
Window
This is a migrated thread and some comments may be shown as answers.
Eric Klein
Top achievements
Rank 1
Eric Klein asked on 20 Oct 2010, 03:05 PM
I have a screen that has a rad window that when it opens seems to have some odd characters taht are visible.  I have tried it on other sites but don't get these odd characters as you can see in the attachment.  Any ideas on what is causing this.

<telerik:RadWindowManager ID="RadWindowManager" runat="server">
           <Windows>
               <telerik:RadWindow ID="Info" ReloadOnShow="false" Behavior="Close, Move, Resize"
                   Modal="true" AutoSize="true" VisibleStatusbar="false" runat="server" ShowContentDuringLoad="false"
                   Style="z-index: 2" OnClientPageLoad="radWindow_OnClientLoad" />
           </Windows>
       </telerik:RadWindowManager>


3 Answers, 1 is accepted

Sort by
0
Accepted
Cori
Top achievements
Rank 2
answered on 20 Oct 2010, 04:07 PM
Hello Eric,

I have to assume that their must be some sort of css styling in your site that's affecting the window title bar. I would suggest using a tool like FireBug or IE Developer Toolbar, to see if that is the case.
0
Eric Klein
Top achievements
Rank 1
answered on 20 Oct 2010, 06:44 PM
Thanks that was it, it was not anything to do with sthe style on that page it was to do with the style on the calling page.  For some reason li{}  effects the rad window.  Just added li.ListItems{}  and the class="ListItem"  and all was well.
0
Georgi Tunev
Telerik team
answered on 22 Oct 2010, 09:25 AM
Hello Eric,

Yes - this behavior is expected. Generally speaking, using global selectors is not recommended because they affect third-party controls that use CSS skinning. When you set a global style for LI items, it affects the buttons of the RadWindow that are basically an unordered list in their HTML rendering. You will experience the same problem with any other control that uses CSS for its skin.

All the best,
Georgi Tunev
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
Window
Asked by
Eric Klein
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
Eric Klein
Top achievements
Rank 1
Georgi Tunev
Telerik team
Share this question
or