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

[Solved] one skin issue and one javascript behavioral bug

1 Answer 104 Views
Window
This is a migrated thread and some comments may be shown as answers.
SamVanity
Top achievements
Rank 2
SamVanity asked on 14 Nov 2007, 03:17 PM
1) the Vista skin that comes with the package seems to cause the very top line of the title bar to disappear. Changing the following in the CSS fixes the issue:

div.radwindow_Vista table td.titlebar
{
    background: transparent url('Window/TitleBar.gif') repeat-x left top;
}

The bolded part was "bottom". Changing it to "top" fixes it.

2) center() does not center the window to the current viewing area. On a long page, if you scroll down a bit and then click on a link (which happens to be near the top of the viewing area after scrolling) to open the rad window, even after executing the oWin.center(); function the window still does not center vertically. It is stuck to the center position of the page when the page is first loaded (before scrolling). This doesn't happen with the previous prom version.

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 15 Nov 2007, 08:32 AM
Hi Sam Van,

Thank you for reporting this issue. We will check the solution and will apply it a.s.a.p.


Your points were updated.


Regards,
Martin Ivanov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Window
Asked by
SamVanity
Top achievements
Rank 2
Answers by
Martin
Telerik team
Share this question
or