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

ImageManager Upload Button Image Disappearing

7 Answers 103 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Erin
Top achievements
Rank 1
Erin asked on 22 Aug 2008, 06:32 AM
I noticed that that background image used for the upload button in the imagemanager disappears after a file is selected to upload.  All that remains is the text 'Upload' without the button image behind it.  Is this a known issue?

7 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 22 Aug 2008, 07:31 AM
Hi Erin,

Thank you for reporting this problem which exists in a few editor's skins. We are aware of it and it will be fixed in the upcoming Q2 SP1 release of RadControls for ASP.NET AJAX, scheduled for next week.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Kushan Shah
Top achievements
Rank 1
answered on 10 Dec 2008, 12:07 PM
Hi,

   I am also facing the same problem.

   I am using the skin "Web20".

  The dll version is 2008.2.723.35.

  It would be great if you could provide me the link to download the Q2 SP1 release of RadControls for ASP.NET AJAX, to resolve this.

 As when i login to my account I am getting the message of "No upgrade options."

 Please guide me for this, as its very urgent.

 Thanks in advance.
0
Rumen
Telerik team
answered on 10 Dec 2008, 01:22 PM
Hi Rikin,

You can download the latest build and the prior version of RadControls for ASP.NET AJAX from the Purchases and Downloads -> RadControls for ASP.NET AJAX -> Download section under your Client.Net Account. You can see the attached screenshot for more information.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Seth
Top achievements
Rank 1
answered on 10 Dec 2008, 09:36 PM
I'm still seeing issues with the buttons using version 2008.3.1125.20 and skin Default2006.  Specifically the buttons on the image manager and link manager are having problems in FF2.
0
Martin
Telerik team
answered on 11 Dec 2008, 09:15 AM
Hi Seth,

When FireFox 3 was released, they finally introduced a rather handy CSS property called display-inline block, which allowed us to remove several vendor specific properties (-moz-) that we were using in order to emulate the display: inline-block property for the skinned buttons. We decided to drop that support for older FF versions, as this is a browser that is frequently updated - almost every month. Removing the vendor specific properties allowed us to make the CSS more readable, maintainable and validable.

However, if you need fix for FF2, use the following css, but keep in mind that it may have unwanted implications and that there exist no version-specific CSS hacks for FireFox:

.radfdSkinnedFormButton
{
    display: block;
}

Add this at the bottom of the Skins/Default2006/FormDecorator.Default2006.css file from the archive I have attached.

Sincerely yours,
Martin Ivanov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Seth
Top achievements
Rank 1
answered on 11 Dec 2008, 10:19 PM
I used the very latest skins included with version 2008.3.1125, layered with the skins from the attached zip, including the .radfdSkinnedFormButton fix as posted here, and it still looks all sorts of messed up in FF2.  The buttons on the dialogs look washed out and are missing their background color and / or images.
0
Martin
Telerik team
answered on 15 Dec 2008, 07:03 AM
Hello Seth,

Unfortunately, I was unable to reproduce the issue on my side - as seen from the screenshot, everything seems to work fine. I've used FireFox 2.0.0.16 to test the behavior. The only solution I can think of is to try to force the display: block property with the !important flag, i.e:

.radfdSkinnedFormButton
{
    display: block !important;
}


Also, please, check that you have added that selector at the end of Skins/Default2006/FormDecorator.Default2006.css file.

Best wishes,
Martin Ivanov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Erin
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Kushan Shah
Top achievements
Rank 1
Seth
Top achievements
Rank 1
Martin
Telerik team
Share this question
or