Won't Fix
Last Updated: 08 Jun 2022 07:37 by ADMIN
ADMIN
Vessy
Created on: 27 Jul 2018 10:58
Category: ToolBar
Type: Bug Report
0
The click event is not fired when clicking over the image of RadToolBarButton in IE11
The click event of the toolbar is triggered only when the user clicks outside of the set button icon (the text or the button element). Clicking directly over the icon does not perform any action in IE11.

video: https://www.screencast.com/t/K50K4X8Ck

Code to reproduce:
            <telerik:RadToolBar runat="server" ID="ToolBar1">
                <Items>
                    <telerik:RadToolBarButton
                        ImageUrl="//d585tldpucybw.cloudfront.net/sfimages/default-source/labs/kendo/kendoka-states.png"
                        NavigateUrl="Default.aspx"
                        Text="Link"/>
                    <telerik:RadToolBarButton
                        ImageUrl="//d585tldpucybw.cloudfront.net/sfimages/default-source/labs/kendo/kendoka-states.png"
                        NavigateUrl="Default.aspx"/>
                </Items>
            </telerik:RadToolBar>
1 comment
ADMIN
Rumen
Posted on: 08 Jun 2022 07:37

Since the reported issue occurs under IE only and because Microsoft is discontinuing Internet Explorer on June 15, 2022, we decided to not fix it.

You can find more information at

Internet Explorer 11 desktop application ending support for certain operating systems.

Please encourage your users to use Google Chrome, Microsoft Edge Chromium, or Firefox instead of IE.