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

Browser Resize

3 Answers 84 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 23 Aug 2011, 02:21 AM
Opening firebug seems to push the splitter up, but when I close firebug it doesn't seem to react to the availability of more space and adjust accordingly....

ALSO, when the page loads I see a "pop" as the splitter activates.  Could you impliment something such that it'll display:none the wrapper then .show() once it's done?  I tried doing this myself but it throws the entire control off

3 Answers, 1 is accepted

Sort by
0
Accepted
Alex Gyoshev
Telerik team
answered on 23 Aug 2011, 03:41 PM
Hello Steve,

We fixed the issue related to the window resizing -- see the attached JavaScript.

Regarding the splitter visibility while it loads, you will have to change it in your code -- either by using visibility:hidden or by setting initial styles to each pane so that it looks acceptable until the component is activated. Also, reducing the amount of content in the panes will trigger a better load time -- this can be done by using AJAX requests for the data.

Best wishes,
Alex Gyoshev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 23 Aug 2011, 03:56 PM
Awesome thanks!

I'm using the .all script at the moment, if I don't what should I be including along with the splitter script?

(you wouldn't be able to provide me with the .min version too would you?  Or am I safe to run it though a minifier)

**EDIT**

oooh, complex hierarchy :) ...I can follow this
http://www.kendoui.com/documentation/javascript-dependencies.aspx
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 23 Aug 2011, 04:14 PM
**FIXED**

Many thanks, I'll be ready to demo this soon for the boss
Tags
Splitter
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Alex Gyoshev
Telerik team
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Share this question
or