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

window.alert gfx bug

3 Answers 51 Views
Window
This is a migrated thread and some comments may be shown as answers.
Bjørn
Top achievements
Rank 1
Bjørn asked on 13 Apr 2011, 11:10 PM
Do you guys have ever seen this gfx bug and a solution for it? (see attached jpg file)

code for it:
RadWindowManager1.RadAlert("some text", 330, 100, "some header text", "alertCallBackFn");

aspx code:
        <telerik:RadWindowManager ID="RadWindowManager1" runat="server" EnableShadow="false" 
                 Skin="Telerik">
        </telerik:RadWindowManager>

tried changing to different skins and back to default skin. No change.
Just downloaded to the latest asp.net ajax also.

3 Answers, 1 is accepted

Sort by
0
Dean
Top achievements
Rank 2
answered on 14 Apr 2011, 06:10 AM
Hi Bjørn,

I have not seen that before, what browser are you using so I can also see if it is happening on my site.

0
Bjørn
Top achievements
Rank 1
answered on 14 Apr 2011, 09:30 AM
I testet IE8, IE9 and Chrome. 

I created a new project with just a radalert  on same computer and it works fine, so recreating it will be quite hard.
So is it some css that I have that can cause this?
0
Marin Bratanov
Telerik team
answered on 14 Apr 2011, 03:34 PM

Hi Bjørn,

Such an issue usually originates in a global CSS rule on the page, especially for tr and td elements. You can temporarily disable all CSS and see if the issue still occurs. If it does not start adding the rules one by one until you find the one that is causing this behavior, then modify it accordingly (increase its specificity or apply it to the respective elements through a css class). 

If the problem persists please open a support ticket and send us a simple, fully runnable project that displays this issue so we can debug it locally and pinpoint the cause.



Kind regards,
Marin
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Window
Asked by
Bjørn
Top achievements
Rank 1
Answers by
Dean
Top achievements
Rank 2
Bjørn
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or