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

Content jumping in IE when inside a splitter

4 Answers 34 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Rimma
Top achievements
Rank 1
Rimma asked on 07 Feb 2013, 05:22 PM
Hi, once I have placed my content inside a splitter pane, when I open the page in IE some elements first show up in a wrong position - somewhat lower that they are supposed to be.  Particularly some image rad buttons and a scheduler.  Then once I hover over them or do an Ajax postback, they all jump back into place.  Everything displays fine in Firefox.  I am seeing this in IE9 but have not tired different IE versions.  Please help!

Thanks a lot,
Rimma

4 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 08 Feb 2013, 10:29 AM
Hi Rimma

The experienced behavior is caused by a known bug in the 2012.3.1016 version of the Splitter, connected with the functionality of the VisibleDuringInit property.
The issue has already been resolved and it is functioning properly from Service Pack (2012.3.1205), so my suggestion is to upgrade to it.
For the time being you can use the following workaround:
.rspHideRadSplitter
{
   POSITION: absolute;
   TOP: -99999px
}

Thanks
Princy
0
Rimma
Top achievements
Rank 1
answered on 08 Feb 2013, 02:09 PM
Hi Princy,

I am using version 2012.3.1205.  Even tried 2012.3.1308 and still seeing the same issue.  Unfortunately the work around did not work either.  Any other suggestions?

Thanks,
Rimma
0
Vessy
Telerik team
answered on 12 Feb 2013, 02:54 PM
Hi Rimma,

Unfortunately, the provided information is not enough to determine the exact cause of the issue. Could you please provide more detailed information on the specific scenario?
  • Are there any custom JavaScript / CSS registered on the page? Could you please try to remove them and see if the problem still occurs?
  • Could you please provide a simple fully runnable project reproducing the problem so we can investigate it further?

Looking forward to hearing from you,
Vesi
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Rimma
Top achievements
Rank 1
answered on 13 Feb 2013, 01:43 PM
Hi,

Turns out that my browser was set to use IE7 standards and this was the positioning bug described here http://www.telerik.com/community/forums/aspnet-ajax/button/radbutton-moves-out-of-place.aspx (it was happend with RadButtons and RadScheduler).  I added position:relative to rspPane and that fixed the issue.
Anyway thanks for your help guys!

Rimma
Tags
Splitter
Asked by
Rimma
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Rimma
Top achievements
Rank 1
Vessy
Telerik team
Share this question
or