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

Hidden Input Appearing on Mouseover

7 Answers 83 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Licensing
Top achievements
Rank 1
Licensing asked on 08 Sep 2009, 05:13 PM
I'm seeing an issue in Firefox 2, Firefox 3.5 and IE8 (surprisingly IE7 is working, or at least compatibility view is) in which skinning a RadUpload is causing the hidden input control to appear over the skinned items.

I copied one of the provided Telerik skins and put it into App_Themes/Default/RadControls/Default/Upload (following the same pattern as all of our other skinned controls, which are working properly) and added the following to the skin file:

<rad:RadUpload runat="server" EnableEmbeddedSkins="false" EnableEmbeddedBaseStylesheet="false"  />


Then I added the following to the .ascx file that I was working with:

<rad:RadUpload runat="server" ID="documentUpload" InitialFileInputsCount="3" Skin="Default"  />


I have made no other changes to the skin files, except changing the original name of the skin in the css file to Default (as I didn't pick the Telerik Default skin).  Also, I used Firebug to double check that the css being used was the css class that was in our files and not the one from the WebResource file, and it was. I had planned on making more changes to the files, but ran into the issue described below.

When you scroll the mouse over the select button or any of the input fields, the hidden input that the user isn't supposed to see becomes visible. I attempted to upload an image with this post, but the image wouldn't show properly, I will try to comment on this once it's posted and add the image. Basically you see a separate upload control over your skinned ones when you hover over the text boxes or select fields. I'm assuming this is the hidden upload control, but I can't find a way to hide it, and I'm not sure why this is happening with just a copy of one of the provided Telerik skins.

We're using RadControls for ASP.NET AJAX Q2 2009.

Thanks!



7 Answers, 1 is accepted

Sort by
0
Licensing
Top achievements
Rank 1
answered on 08 Sep 2009, 05:22 PM
I have tried, but haven't been able to get an image (or any files) to upload.
0
Kamen Bundev
Telerik team
answered on 09 Sep 2009, 06:50 AM
Hi Joshua,

You can't attach anything to a forum post. If you want to send a file, please open a support ticket or use General Feedback. That said, can you send me an example project or point me to a live URL so that I can check what is happening with your RadUpload? Thank you in advance for your trouble.

Greetings,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Licensing
Top achievements
Rank 1
answered on 09 Sep 2009, 04:11 PM
I'm working on the example project, but I don't understand from your response where I should send the example. Would you prefer I post to Support, General Feedback, or should I just send an email somewhere?
0
Licensing
Top achievements
Rank 1
answered on 09 Sep 2009, 07:22 PM
Hello,

I have the example project ready, but I still do not understand where you would like me to send it.

Thanks
0
Kamen Bundev
Telerik team
answered on 10 Sep 2009, 06:33 AM
Hi Joshua,

Support Ticket or General Feedback are okay, just mention this forum thread when you post it, to avoid having to explain everything again.

Regards,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Licensing
Top achievements
Rank 1
answered on 11 Sep 2009, 04:05 PM
If anyone else needs it, here's the support ticket response to put in the default css file:

.RadUpload .ruInputs,
.RadUploadProgressArea .ruProgress
{
    list-style:none;
    margin:0;
    padding:0;
}
.RadUpload .ruFileWrap
{
    position: relative;
    white-space:nowrap;
    display: inline-block;
    vertical-align: top;
    padding-right: 0.8em;
    zoom: 1;
}
.RadUpload .ruStyled .ruFileInput
{
    position:absolute;
    z-index:1;
    opacity:0;/*Opera,Firefox*/
    -moz-opacity:0;/*Firefox*/
    filter:alpha(opacity=0);/*IE*/
}


0
Kamen Bundev
Telerik team
answered on 14 Sep 2009, 06:49 AM
Hi Joshua,

Of course, one will only need it if switches off the base stylesheet completely.

All the best,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Upload (Obsolete)
Asked by
Licensing
Top achievements
Rank 1
Answers by
Licensing
Top achievements
Rank 1
Kamen Bundev
Telerik team
Share this question
or