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: 08 Oct 2013 13:47 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 4
Category: Menu
Type: Feature Request
3
Research the ability to have the RadMenu behave responsively.

(On a related thread, there is a wider-oriented customer request for a responsive framework)
Completed
Last Updated: 15 Jun 2015 10:37 by Fit2Page
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: 22 Dec 2015 11:28 by ADMIN
Completed
Last Updated: 14 Aug 2013 14:54 by Elena
Version 417 - Menu works like a charm, animation goes from top to bottom (on hover) normally; 

Version 611 upgrade - Menu breaks, Animation starts from bottom to top. (on hover) This is unexpected and breaks prior application functionality; We've tried replacing the binaries from 417 to 611 and back again to confirm this.
Completed
Last Updated: 21 Jun 2022 09:45 by ADMIN
Completed
Last Updated: 14 Mar 2014 09:28 by ADMIN
ADMIN
Created by: Plamen
Comments: 0
Category: Menu
Type: Feature Request
1

			
Completed
Last Updated: 03 Nov 2020 14:41 by ADMIN
ADMIN
Created by: Boyan Dimitrov
Comments: 0
Category: Menu
Type: Feature Request
1

			
Completed
Last Updated: 16 Mar 2016 15:37 by Elena
Completed
Last Updated: 14 May 2015 15:54 by ADMIN
Completed
Last Updated: 15 Oct 2015 15:09 by Daniel
Completed
Last Updated: 06 Nov 2015 07:49 by Elena
Created by: Andre Light
Comments: 1
Category: Menu
Type: Feature Request
1
While it is possible to set the item image using the item's CssClass property (http://www.telerik.com/help/aspnet-ajax/menu-appearance-item-images.html), it would be great to be able to set that directly to the span element with class rmLeftImage.

Otherwise, it's necessary to use JavaScript or a CSS pre-processor like LESS to assign font-based images via classes (LESS would be required only to avoid duplicating CSS).

The same would apply to just about any control that supports item images, e.g. TreeView.
Completed
Last Updated: 26 Feb 2016 12:36 by ADMIN
Completed
Last Updated: 30 May 2016 12:09 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: 31 Aug 2023 11:27 by ADMIN
Release R3 2023
Created by: Bill O'Neil
Comments: 0
Category: Menu
Type: Feature Request
1

Rendering and tabbing through the menus goes well BUT - the following was reported:

  • With NVDA/Firefox, while the menu item names (File, Edit, View) are announced, but nothing is announced that lets me know that I can expand them to hear more. Usually the space and enter key are used to toggle menus, but neither of those do anything.
  • With NVDA/Chrome, I get the same experience.
  • With JAWS/Chrome, I hear some more info: when I’m on File, I hear File alt plus F (then Edit alt plus E, View alt plus V). It seems like the latter two of these open up the menu visually, but I’m not able to navigate to any of the items with my keyboard or hear them with my screen reader.

The BIG issue seems to be the lack of indication that a SubMenu exists - is this a known issue?  Am I not enabling something I should be?

Current RadMenu config:

  <telerik:RadMenu AriaSettings-Label="Manage a Business Menu" runat="server" ID="m" Width="100%" Skin="Simple" Flow="Horizontal" RenderMode="Lightweight"
                EnableAriaSupport="true" CausesValidation="false" EnableOverlay="false">
                <KeyboardNavigationSettings CommandKey="Alt" FocusKey="M" />
            </telerik:RadMenu>    

Completed
Last Updated: 12 Feb 2013 11:28 by Mark Cyphers
Created by: Mark Cyphers
Comments: 0
Category: Menu
Type: Feature Request
0
In the latest version of the controls (v.2012.3.1205.40 Dev) RadMenu links are not clickable on iPad/iPhone iOS 5.1 or iOS 6.
Completed
Last Updated: 30 Jun 2015 10:11 by ADMIN
1 2