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

Can't close menu on iPad

3 Answers 73 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Andreas
Top achievements
Rank 1
Andreas asked on 17 Jan 2017, 10:34 AM

Hi,

When using ClickToOpen and ItemTemplates, the menu cannot be closed by touching the root item on mobile Safari (iPad)!

Works if not using ItemTemplates, it also works on desktop browsers!

Sample:

<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="menu.aspx.vb" Inherits="TestaTredjepartWeb.menu" %>
 
<!DOCTYPE html>
 
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
        <asp:ScriptManager ID="s" runat="server">
        </asp:ScriptManager>
        <div>
            <telerik:RadMenu ID="menu" runat="server" RenderMode="Lightweight" ClickToOpen="true">
                <Items>
                    <telerik:RadMenuItem Value="item1" Text="Test1">
                        <Items>
                            <telerik:RadMenuItem Text="1"></telerik:RadMenuItem>
                            <telerik:RadMenuItem Text="2"></telerik:RadMenuItem>
                            <telerik:RadMenuItem Text="3"></telerik:RadMenuItem>
                            <telerik:RadMenuItem Text="4"></telerik:RadMenuItem>
                        </Items>
                        <ItemTemplate>
                            Click Here
                        </ItemTemplate>
                    </telerik:RadMenuItem>
                </Items>
            </telerik:RadMenu>
        </div>
    </form>
</body>
</html>

 

On an iPad, click the menu to open it, then it cannot be closed by clicking the menu item again...

Regards
Andreas

3 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 20 Jan 2017, 09:21 AM
Hi Andreas,

Thank you for reporting this issue. I reproduced it on my side as well and I logged it for fixing. You may track its status, vote for it and add comments using the following Ideas & Feedback Portal item. As a small token of gratitude for reporting this issue and in order to compensate you for the inconveniences caused by it, I updated your Telerik points.

Regards,
Dimitar
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Andreas
Top achievements
Rank 1
answered on 20 Jan 2017, 12:31 PM

Hi,

Thanks!

Is there any workaround in the current version (for example scripting hack)?

Regards
Andreas

0
Dimitar
Telerik team
answered on 24 Jan 2017, 09:06 AM
Hi Andreas,

I am afraid that currently there is no workaround for this issue. I saw you upvoted the public item and subscribed to it, so you would receive updates on its progress.

Regards,
Dimitar
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Menu
Asked by
Andreas
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Andreas
Top achievements
Rank 1
Share this question
or