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

partially hidden buttons in firefox4

3 Answers 64 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
brian
Top achievements
Rank 1
brian asked on 25 Mar 2011, 09:10 PM

I have a formdecorator decorating buttons in a window that opens after a postback on the parent modal. Upon opening all buttons look as seen in the attached image and are inoperable. The culprit is the following CSS that presumably firefox4 adds (works in IE8) because i did not see it in formdecorator.css or window, etc.

button, input[type="submit"], input[type="reset"], input[type="button"], input[type="checkbox"], input[type="radio"], select {
    visibility: hidden !important;

The problem goes away when the radformdecorator has been removed.

Regards,

Brian

3 Answers, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 28 Mar 2011, 10:58 AM
Hi Brian,

We are aware of this issue, and it has been fixed already . The fix will be available in the next internal build and/or in Q1 2011 Service Pack 1 which will be released `til the end of April.

Best wishes,
Bojo
the Telerik team
Explore the entire set of ASP.NET AJAX controls we offer here and browse the myriad online demos to learn more about the components and the features they incorporate.
0
arun
Top achievements
Rank 1
answered on 01 Mar 2013, 03:19 PM
I am having the same issue. Is there a work around for this. I have a hidden asp button.

<asp:Button ID="ConfirmDelete" runat="server" OnClick="ConfirmDelete_Click" style="visibility:hidden; "  />

After I apply the RadFormDecorator it renders a partially hidden button. Image attached. I am testing this on ie7 through ie9 and the same result. I also tried display:none; on the button as well but still the same result.
0
arun
Top achievements
Rank 1
answered on 01 Mar 2013, 03:29 PM
Tags
FormDecorator
Asked by
brian
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
arun
Top achievements
Rank 1
Share this question
or