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

Black square appearing to left of input box

5 Answers 88 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Digital Man
Top achievements
Rank 2
Digital Man asked on 20 May 2009, 06:12 PM
I'm using RAD Upload to upload a single file. I've set the initial and max files to 1. When it renders I see a little black square (bullet?) to the left of the input textbox. Is there a way to get rid of this?

5 Answers, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 25 May 2009, 12:40 PM
Hi Dan Duda,

Do you see any javascript errors on the page?
There might be a problem with the embedded resources. Please check this troubleshooting article if so:
Web resources troubleshooting

Sincerely yours,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Digital Man
Top achievements
Rank 2
answered on 29 May 2009, 12:23 PM
No Javascript errors.It appears it's in FireFox only. IE 8 does not display the bullet.

Example Image
0
Paul
Telerik team
answered on 29 May 2009, 02:28 PM
Hi Dan,

Thanks really strange (having that bullet under FF only). Could you please provide a live URL where the problem could be observed? Alternatively, you can open a support ticket and send us a simple running project (incl. CSS, images, skins, DB backup if needed and so on) demonstrating the problem (and step-by-step instructions on doing so). In that way we can reproduce and pinpoint the problems you're facing on our side, understand the logic of your application and provide a solution.

Thanks,
Paul
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Dave
Top achievements
Rank 1
answered on 08 Sep 2009, 06:21 PM
Was there any resolution to this? I am using the radupload with the default skin and can see the exact same black square next to the upload control. I experienced the same issue with the new listbox control and found the resolution for that.

<style type="text/css">    
    .rlbItem    
    {    
        list-style-type:none !important;    
    }     
</style>   

I guess i just need to know what the class name is for the radupload.
Thanks!
0
Kamen Bundev
Telerik team
answered on 09 Sep 2009, 06:37 AM
Hi ApexUnited,

This usually happens when a global CSS selector overrides the CSS selectors of our RadControls. There's no specific fix for that, other than to avoid using global CSS selectors. If you don't know how to find which selector affects your rendering, please provide a live URL and we will help you do it.

Sincerely yours,
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
Digital Man
Top achievements
Rank 2
Answers by
Veselin Vasilev
Telerik team
Digital Man
Top achievements
Rank 2
Paul
Telerik team
Dave
Top achievements
Rank 1
Kamen Bundev
Telerik team
Share this question
or