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

New Issues with SP1

5 Answers 157 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Kevin Schneider
Top achievements
Rank 1
Kevin Schneider asked on 20 Jun 2008, 03:10 PM
Refer to my post here for one of my issues relating to the combobox (no I'm not using a stylesheet manager).

http://www.telerik.com/community/forums/thread/b311D-bekdke.aspx



Other issues that I've run into are:

The radiobuttons are not showing correctly.  They appear to have the bottom few pixels cut off.  This happens in both IE7 and in FireFox.  Here is the html being generated by the control:

ASPX:

<table cellpadding="0" cellspacing="2">  
    <tr> 
        <td> 
            Are operations in close proximity to protected area:&nbsp;  
        </td> 
        <td> 
            <asp:RadioButtonList ID="rblProtectedArea" runat="server" RepeatDirection="Horizontal" AutoPostBack="True" OnSelectedIndexChanged="rblProtectedArea_SelectedIndexChanged">  
                <asp:ListItem Text="Yes" Value="True" /> 
                <asp:ListItem Text="No" Value="False" /> 
            </asp:RadioButtonList> 
        </td> 
    </tr> 
</table> 

HTML:

<table id="ctl00_Content1_ctl00_rblProtectedArea" border="0">  
<tbody> 
<tr> 
<td> 
<input id="ctl00_Content1_ctl00_rblProtectedArea_0" class="Web20 input" type="radio" onclick="javascript:setTimeout('__doPostBack(\'ctl00$Content1$ctl00$rblProtectedArea$0\',\'\')', 0)" value="True" name="ctl00$Content1$ctl00$rblProtectedArea"/>  
<label class="Web20 radfdRadioUnchecked" for="ctl00_Content1_ctl00_rblProtectedArea_0">Yes</label> 
</td> 
<td> 
</td> 
</tr> 
</tbody> 
</table> 

Another issue I have that is only appearing in IE7 is I have 2 multi-line radtextbox controls on a page.  With the form decorator active it is actually making these 2 controls invisible.  I'm using the Web20 skin if that makes any difference.  It does not happen in FireFox.

ASPX:

Reasons for Initiatives (Regulatory Requirements / Voluntary):<br /> 
<Telerik:RadTextBox ID="txtInitiativesReasons" runat="server" SkinID="TextBoxDescription" /> 

THEME:

<Telerik:RadTextBox runat="server" SkinID="TextBoxDescription" 
    Skin="Web20" 
    TextMode="MultiLine" 
    Height="80px" 
    Width="700px" 
    Font-Size="10pt" 
    DisabledStyle-BorderColor="#c5cfe1" /> 

HTML:

<span id="ctl00_Content1_ctl00_txtInitiativesReasons_wrapper" class="radInput_Web20" style="white-space:nowrap;"><textarea rows="2" cols="20" id="ctl00_Content1_ctl00_txtInitiativesReasons_text" name="ctl00_Content1_ctl00_txtInitiativesReasons_text" class="radEnabledCss_Web20  inputCell" style="width:700px;height:80px;"></textarea><textarea id="ctl00_Content1_ctl00_txtInitiativesReasons" name="ctl00$Content1$ctl00$txtInitiativesReasons" style="visibility:hidden;margin:-18px 0 0 0;width:1px;height:1px;overflow:hidden;border:0;padding:0;" cols="20" rows="2"></textarea><input id="ctl00_Content1_ctl00_txtInitiativesReasons_ClientState" name="ctl00_Content1_ctl00_txtInitiativesReasons_ClientState" type="hidden" /></span


Thank you.

5 Answers, 1 is accepted

Sort by
0
Andreas Kaech
Top achievements
Rank 1
answered on 20 Jun 2008, 04:35 PM
Hi,
I'm wondering, why here basic functionalites are buggy. Did you forget to test this control? ;-)
Regards,
Andreas
0
Georgi Tunev
Telerik team
answered on 23 Jun 2008, 01:09 PM
Hello Andreas,

Regarding the problem in the forum post that you referred, please try the solution provided in the latest post and let us know if this fixes the problem on your side.

As for the new problems, I tried your code with RadControls for ASP.NET AJAX SP1, but I was not able to reproduce the same behavior - see attached screenshots.

Can you please open a support ticket and send us full sample project that can be run locally and reproduces the problems that you report? We will check it and do our best to help.



Regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Slavomir Cerven
Top achievements
Rank 1
answered on 23 Jun 2008, 02:26 PM
Hi all,
I noticed the same problem with SP1.
Decorated checkboxes appear to have the bottom few pixels cut off.

Regards,
Slavo

0
Tervel
Telerik team
answered on 23 Jun 2008, 03:21 PM
Hi Slavomir,

This is most likely due to your using of global CSS such as font-size:80%;

We were able to develop a solution with the new SP2, and it is described in the following forum thread (or more precisely, in the attached page with problem solutions).
http://www.telerik.com/community/forums/allthreads/b312H-cgt.aspx

The workaround will be integrated into the next update of the RadFormDecorator.


Regards,
Tervel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Andreas Kaech
Top achievements
Rank 1
answered on 23 Jun 2008, 04:22 PM
Hi Telerik,
thanks for the workarounds. Now the control looks like "tested" ;-)

Best regards,
Andreas
Tags
FormDecorator
Asked by
Kevin Schneider
Top achievements
Rank 1
Answers by
Andreas Kaech
Top achievements
Rank 1
Georgi Tunev
Telerik team
Slavomir Cerven
Top achievements
Rank 1
Tervel
Telerik team
Share this question
or