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

Uglyness on Page Load with FullScreen Splitter

1 Answer 64 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
ADe
Top achievements
Rank 1
ADe asked on 25 Jul 2008, 04:29 PM
I have a splitter in fullscreen mode with loads of other panes and splitters inside it. When the page loads everything appears all scrunched up in the top left corner of the browser and then the RAD Javascript kicks in and resizes it nicely.

Is there a way to hide the splitter until it's done the initial resize as it looks horrible?

I tried putting it in a hidden DIV and then running some Javascript on the body's OnLoad event to set the display: block; but that made no difference.

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 28 Jul 2008, 07:49 AM
Hello ADe,

I already answered your support thread which contained one more question about RadMenu and for your convenience I pasted my reply below:

Straight to your questions:

  1. I suggest to try setting for all your RadSplitters (main and nested ones) the VisibleDuringInit property to false. This should hide the splitters until all the calculations have ended and the splitters have been initialized.
  2. I examined the attached screenshot but it is not enough to help me provide a fix for the problem. You say that the problem exist only under FF and not under IE and this makes me assume that it is due to positioning settings instead of z-indexes. Would you please examine the positioning settings by using the Firebug tool and try solve the problem by changing them? In case this does not help or you need further assistance, please send me a sample, fully runnable reproduction project and the version of FF in which the project does not work. Once I receive it, I will modify it in order to meet your needs.

Kind regards,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Splitter
Asked by
ADe
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or