Completed
Last Updated: 21 Jun 2022 09:45 by ADMIN
Completed
Last Updated: 20 Jun 2022 14:43 by ADMIN
Completed
Last Updated: 10 Aug 2021 13:43 by ADMIN
ADMIN
Created by: Viktor Tachev
Comments: 0
Category: Menu
Type: Bug Report
0

			
Completed
Last Updated: 27 Nov 2019 12:15 by ADMIN
Release R1 2020

RadContextMenu does not appear when there are more than one forms on the page and one of them is hidden. 

Steps to reproduce:

  1. Right click on the table in RadEditor
  2. The menu will not pop up.

 

<!DOCTYPE html>
<%@ Register Namespace="Telerik.Web.UI.Debug" TagPrefix="debug" %>

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
</head>

<body>
    <form id="searchform" style="display:none">aaa</form>
    <form id="form1" runat="server">
        <asp:ScriptManager runat="server" />

        <telerik:RadEditor ID="radEditor1" runat="server">
            <Content>
                <table>
                    <tbody>
                        <tr>
                            <td>&nbsp;</td>
                            <td>&nbsp;</td>
                        </tr>
                        <tr>
                            <td>&nbsp;</td>
                            <td>&nbsp;</td>
                        </tr>
                    </tbody>
                </table>
                <br />
            </Content>
        </telerik:RadEditor>

    </form>
</body>
</html>

Completed
Last Updated: 12 Feb 2018 03:33 by Dex
ADMIN
Created by: Peter Milchev
Comments: 5
Category: Menu
Type: Bug Report
11
Video:
https://www.screencast.com/t/lyemH3IjT 

JavaScript error "unable to get property 'handleEvent' of undefined or null reference" from Telerik.Web.Ui.WebResource.axd is thrown.


Completed
Last Updated: 26 May 2017 14:09 by ADMIN
Go to http://demos.telerik.com/aspnet-ajax/menu/examples/functionality/rendermodes/defaultcs.aspx?Skin=Glow

Switch to RenderMode="Classic" and select some menu item. It will become gray colorized instead of yellow. The gradient should be removed.

Workaround:
Put the following style on the page with the menu control:
    <style>
        .rmLink.rmSelected { background-color: #db9810 !important; }
    </style>
Completed
Last Updated: 25 Apr 2017 14:15 by ADMIN
Completed
Last Updated: 25 Apr 2017 13:57 by ADMIN
ADMIN
Created by: Peter Milchev
Comments: 0
Category: Menu
Type: Bug Report
1

			
Completed
Last Updated: 10 Oct 2016 07:45 by ADMIN
Completed
Last Updated: 03 Oct 2016 14:40 by ADMIN
Workaround:

function OnClientItemClicking(sender, eventArgs) {
	if ($telerik.isTouchDevice) {
		if (eventArgs.get_item().get_postBack()) {
			$telerik.$('.rmRootToggle').trigger('touchend');
		}
	}
}
Completed
Last Updated: 02 Jun 2016 13:50 by ADMIN
Completed
Last Updated: 30 May 2016 12:09 by ADMIN
Completed
Last Updated: 04 Apr 2016 13:17 by ADMIN
ADMIN
Created by: Plamen
Comments: 0
Category: Menu
Type: Bug Report
0

			
Completed
Last Updated: 16 Mar 2016 15:37 by Elena
Completed
Last Updated: 26 Feb 2016 12:36 by ADMIN
Completed
Last Updated: 23 Feb 2016 17:04 by ADMIN
Completed
Last Updated: 01 Feb 2016 13:27 by ADMIN
Completed
Last Updated: 22 Dec 2015 11:28 by ADMIN
Completed
Last Updated: 15 Oct 2015 15:09 by Daniel
1 2