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

Radwindow shrinks down

1 Answer 50 Views
Window
This is a migrated thread and some comments may be shown as answers.
Donny de Vries
Top achievements
Rank 1
Donny de Vries asked on 09 Dec 2009, 11:29 AM
Hi there,

What I have build here, is a table with multiple Cells (<td>). Almost very Cell has a mouseover and mouseout event that triggers the opaning and closing of a radWindow (via javascript).

The weird problem however, is that everytime I hover on Cell the window's width reduces a few pixels at a time. After hovering on multiple Cells, at a certain point there is nothing left of the window but a mere 1 pixel wide bar. I noticed that the control does not do this when I delete the line:

oWindow.MoveTo(X, Y + element.offsetHeight);

Has anyone had this problem before?

Gr,
Don

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 11 Dec 2009, 01:26 PM
Hi Don,

I don't recall such problem with the RadWindow control. At this point I could only suggest to make sure that you are using XHTML-compliant DOCTYPE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
as all RadControls for ASP.NET AJAX are built upon the MS AJAX framework and they rely to that DOCTYPE in order to position and display themselves properly.
If this doesn't help, please open a support ticket and send me a small sample project where the problem could be reproduced so I could investigate further.


Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Window
Asked by
Donny de Vries
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or