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

Resize in iPad

5 Answers 89 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Luca B
Top achievements
Rank 1
Luca B asked on 16 Dec 2011, 12:44 PM
Hi there, we have a weird behavior of the RadSplitter when the page is displayed in an iPad.
Basically, the page width keeps growing a couple of pixels per second (or so), thus overflowing on the right side.
Is this a known behavior (I hope so, we have this in two different applications)? Is there a workaround?
Thanks

5 Answers, 1 is accepted

Sort by
0
Niko
Telerik team
answered on 20 Dec 2011, 01:29 PM
Hello Luca,

Unfortunately we were not able to reproduce such a behavior during our testing of numerous scenarios. For that I should ask you to provide us with your setup so that we can investigate your cases. Your best option is to open a support ticket and send us a small sample project that reproduces the issue.


Greetings,
Niko
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
Caleb Sandfort
Top achievements
Rank 1
answered on 30 Nov 2012, 06:10 PM
Was there ever a resolution to this? I'm experiencing the same behavior.
0
Dobromir
Telerik team
answered on 04 Dec 2012, 09:37 AM
Hello Caleb,

As Niko said in his reply we were not able to reproduce this behavior and therefor no action was taken. Could you please open formal support ticket and provide sample fully runnable project reproducing the problem so we can investigate it further?

Regards,
Dobromir
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
Martin Roussel
Top achievements
Rank 1
answered on 18 Dec 2012, 03:29 PM
Hi, im experiencing the same behavior with Q3 2012 on my Android phone (Android version 2.3.4) with native browser (not yet tested on other browsers, but will and report here).

However, the problem was not noted on the following devices:
iPad (iOS5)
iPhone (iOS6)
Android tablet (Android version 4.0.3) with both native and firefox browsers

I investigated the code and in my case, it is related to a RadFileExplorer (with width set 100%) contained in a RadSplitter. If I set a fix width, it stops the problem (but it is not ideal for my app). Also, If I put the RadFileExplorer outside the RadSplitter (directly in the parent page), it doesnt stretch continuously like reported, but you see the control flickering at different places (ex: Size column width seems to try to set itself continuously).

I originally had the control to Repaint() itself on window resize so it seems that Repaint() doesnt help.

Here is a simplified code to reproduce it:
<telerik:RadSplitter ID="Radsplitter1" runat="server" Height="100%" Width="100%" Orientation="Horizontal" >
   
         <telerik:RadPane ID="RadPane1" runat="server" Height="150px" Collapsed="false">
                  </telerik:RadPane>
  
        <telerik:RadSplitBar ID="RadSplitBar1" runat="server" EnableResize="false" CollapseMode="Forward" Visible="true" meta:resourcekey="labCollapseExpandLeft"></telerik:RadSplitBar>
  
                 <telerik:RadPane ID="RadPane2" runat="server" CssClass="ContentPane" ContentUrl="FileExplorer.aspx">
                  </telerik:RadPane>
  
    </telerik:RadSplitter>

FileExplorer.aspx
<%@ Page Language="C#" AutoEventWireup="True" CodeBehind="FileExplorer.aspx.cs" Inherits="PL.FileExplorer" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
 
<head id="Head1" runat="server">
    <title></title>
</head>
 
<body>
    <form id="form1" runat="server">
        <telerik:RadScriptManager runat="server" ID="RadScriptManager1" />
         
        <telerik:RadFileExplorer runat="server" ID="RadFileExplorer1" Height="250px" Width="100%" Skin="WebBlue" AllowPaging="true" PageSize="50" ExplorerMode="Default" EnableFilterTextBox="true" EnableFilteringOnEnterPressed="true" FilterTextBoxLabel="Filter By" meta:resourcekey="labFilterBy" DisplayUpFolderItem="false"  CssClass="rfeLargeThumbnails">
             <Configuration EnableAsyncUpload="true" MaxUploadFileSize="10485760"   />
       </telerik:RadFileExplorer>
 
    </form>
</body>
</html>

CSS:
.ContentPane
{
    overflow:visible !important
    height:auto;
     
}


To me, the problem is in the RadFileExplorer itself, but im still posting this in here since the subject was already created.

Let me know if you need more details to solve this.

UPDATE: tested in Opera Mobile vers 12.10 and the issue is not present.

TIA

Martin
0
Vessy
Telerik team
answered on 21 Dec 2012, 11:38 AM
Hi Luca,

We are really thankful for the detailed explanation of the issue, but we will need some additional time to fully test the scenario. We will get back to you whenever we have some additional information on the subject.

Regards,
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.
Tags
Splitter
Asked by
Luca B
Top achievements
Rank 1
Answers by
Niko
Telerik team
Caleb Sandfort
Top achievements
Rank 1
Dobromir
Telerik team
Martin Roussel
Top achievements
Rank 1
Vessy
Telerik team
Share this question
or