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

ToolBar Button Image Gets Truncated in IE

3 Answers 113 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Santosh Kannan
Top achievements
Rank 1
Santosh Kannan asked on 12 Mar 2010, 09:00 AM
Hi,

The images used in ToolBar Buttons gets truncated especially if the images are round in a Sharepoint application page. This behaviour does not happen in firefox though.

Please do refer to the attached screen shots for the scenario and kindly advice how to resolve this issue.

Thanks

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 12 Mar 2010, 01:57 PM
Hi Santosh Kannan,

I guess that the images are too high, but I need a live url in order to find a suitable solution of this issue.

Regards,
Yana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
answered on 13 Dec 2011, 08:27 PM
I have a similar problem. My declaration is straightforward:

<telerik:RadToolBar ID="RadToolBar1" 
                                    runat="server" 
                                    Skin="Office2010Blue"
                                    Width="100%"
                                    >

My images are all 16x16 pixel Pngs.

I have attached screen captures. you can see that the image is cut off on the bottom in IE7. Also the toolbar isn't showing the bottom border in IE7.

I am using the latest Q3 2011 controls.

0
Kate
Telerik team
answered on 14 Dec 2011, 09:59 AM
Hi Albert,

I tested the scenario that you describe using the following code and the latest version of the controls but I am not able to get the appearance that you do (attached you can find the image demonstrating how it looks from my side as well as the image that I used for testing):
<telerik:RadToolBar ID="RadToolBar1" runat="server" Skin="Office2010Blue" Width="100%">
    <Items>
    <telerik:RadToolBarButton Text="item1" ImageUrl="../images/PanelBar.gif"></telerik:RadToolBarButton>
    </Items>
    </telerik:RadToolBar>


Regards,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
ToolBar
Asked by
Santosh Kannan
Top achievements
Rank 1
Answers by
Yana
Telerik team
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Kate
Telerik team
Share this question
or