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

Incompatibility between Chrome and IE

1 Answer 52 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 31 Jul 2014, 08:29 AM

  Hello,

I am working on a project with a RadMenu.
After I updated Telerik to the latest version (2014 q2 sp1), design problems started to appear in Internet Explorer version 11:
(in Chrome everything works fine)

In IE11, I experience the following problems:

  • The image before the caption is not in place.
  • The text inside the button is not in place.
  • The text within the text–box is located lower than it should. 

 

How do I solve these problems, so that the design will look nice in both Chrome and Internet Explorer?

[Video of Chrome - design as it’s should be]
[Video of IE – design problems]

Thanks,
Daniel.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 01 Aug 2014, 05:42 AM
Hi Daniel,

The provided information is not enough to replicate the issue. Please have a look into the sample code snippet which works fine at my end. Please provide your code if it doesn't help.

ASPX:
<telerik:RadMenu ID="RadMenu1" runat="server" dir="rtl">
    <Items>
        <telerik:RadMenuItem Text="Item1">
            <Items>
                <telerik:RadMenuItem ImageUrl="../Images/edit.png" Text="Item1.1">
                </telerik:RadMenuItem>
                <telerik:RadMenuItem ImageUrl="../Images/plus.gif" Text="Item1.2">
                </telerik:RadMenuItem>
                <telerik:RadMenuItem ImageUrl="../Images/closed-mac.png" Text="Item1.3">
                </telerik:RadMenuItem>
            </Items>
        </telerik:RadMenuItem>
    </Items>
</telerik:RadMenu>

Thanks,
Princy.
Tags
Menu
Asked by
Daniel
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or