Declined
Last Updated: 22 Jun 2022 12:18 by ADMIN
ADMIN
Created by: Ivan Danchev
Comments: 1
Category: Menu
Type: Bug Report
0

			
Declined
Last Updated: 22 Jun 2022 11:24 by ADMIN
Declined
Last Updated: 13 Oct 2014 08:03 by ADMIN
Created by: rootberg
Comments: 1
Category: Menu
Type: Bug Report
0
The demo for the Adaptive Behavior of the menu control (tlrk.it/1ffjNFp) is not functioning on iOS devices. It works just fine on a desktop computer, but will not respond on an iOS device. On my iOS device, when I click (touch) the menu, it fails to expand. 

However, when I download the sample code project and upgrade it to the latest version of the dll, the menu works as expected.
Declined
Last Updated: 01 Nov 2013 13:06 by Elena
Telerik RadMenu seems not supported in IE 10, we have telerik dll version 2010.3.1317.20
We have submenus which are not getting open when hover over the menus. Even main menus not getting open automatically when hover, 
it needs to keep on moving the cursor on the menu, then only it gets open automatically. This issue occure only in IE 10. 
It works correctly on all the other versions of browser.
Here is a link to replicate the issue when open in IE 10
http://www.exair.com
On the top nav menu bar, go to "Buy Now" menu, it has other sun menus, which are not open at all.
Please let me know how do I resolve this issue.
Declined
Last Updated: 14 Mar 2014 08:53 by ADMIN
If the text is too long in a RadMenuItem, when you mouse over the menu items, part of the highlighting isn't visible. The following code demonostrates. See Capture.png to see that part of the highlighting is missing. The rendering problem seems to be browser independent. I tested it using IE, Firefox, and Chrome and they all have the same problem.

<telerik:RadMenu ID="RadMenu1" runat="server" Width="100%">
    <Items>
        <telerik:RadMenuItem Text="UBorrow">
            <Items>
                <telerik:RadMenuItem Text="Borrowing Transaction Counts by Borrowing Library" NavigateUrl="~/BorrowingTransactionCountsByBorrowingLibrary.aspx" />
                <telerik:RadMenuItem Text="Borrowing Transaction Counts by Is First Lender Filled and Month"
                    NavigateUrl="~/BorrowingTransactionCountsByIsFirstLenderFilledAndMonth.aspx" />
                <telerik:RadMenuItem Text="Cancelled Lending Transaction Counts by Cancellation Reason"
                    NavigateUrl="~/CancelledLendingTransactionCountsByCancellationReason.aspx" />
                <telerik:RadMenuItem Text="Filled Borrowing Transaction Counts and Average Turnaround Times by Borrowing Library and Lending Library"
                    NavigateUrl="~/FilledBorrowingTransactionCountsAndAverageTurnaroundTimesByBorrowingLibaryAndLendingLibrary.aspx" />
                <telerik:RadMenuItem Text="Filled Borrowing Transaction Counts and Average Turnaround Times by Borrowing Library and Month"
                    NavigateUrl="~/FilledBorrowingTransactionCountsAndAverageTurnaroundTimesByBorrowingLibraryAndMonth.aspx" />
                <telerik:RadMenuItem Text="Filled Lending Transaction Counts and Average Turnaround Times by Lending Library and Borrowing Library"
                    NavigateUrl="~/FilledLendingTransactionCountsAndAverageTurnaroundTimesByLendingLibaryAndBorrowingLibrary.aspx" />
            </Items>
        </telerik:RadMenuItem>
    </Items>
</telerik:RadMenu>