Toolbox Menu doesn't show submenu in iPad

  1. #1

    Toolbox Menu doesn't show submenu in iPad

    Hi, i have a problem using Ext.NET RC2. I have a toolbox menu that has submenu. It works in IE9, latest Firefox, latest Opera, latest chrome, latest SAFARI for PC. But when i try to view it using my ipad, the menu only show 1st level menu, it doesn't show any submenu.

    The click response is fine, but it can't show any submenu.

    How can i fix this? thx

    NB:I haven't upgrade to final version 1 yet because it has a bug on datefield display ( i have already report it several months ago).
  2. #2
    Hi,

    I believe the following forum thread should help, see

    http://forums.ext.net/showthread.php...nus-under-ipad
    Geoffrey McGill
    Founder
  3. #3
    Quote Originally Posted by geoffrey.mcgill View Post
    Hi,

    I believe the following forum thread should help, see

    http://forums.ext.net/showthread.php...nus-under-ipad
    thx for your response, geoffrey.
    i'll try to fix my issue later... thx a lot.
  4. #4
    Quote Originally Posted by geoffrey.mcgill View Post
    Hi,

    I believe the following forum thread should help, see

    http://forums.ext.net/showthread.php...nus-under-ipad
    Hi, it doesn't work.
    I have attached an OnClientClick event on each menu that has submenu. If I set the property IgnoreParentClick = true, the event OnClientClick doesn't fire.
    I tested in in IE9.

    Here is my sample code:

    <ext:Toolbar ID="Toolbar1" runat="server" AutoDoLayout="true" AutoRender="true" Cls="x-button">                                     
                        <Items>
                            <ext:Button ID="mn0000" runat="server" Text="HOME" Icon="House" OnClientClick="MenuClick('0000', false);"></ext:Button>
                            <ext:Button ID="mn0800" runat="server" Text="DASHBOARD" Icon="ChartBar" OnClientClick="MenuClick('0800', false);" ></ext:Button>
                            <ext:Button ID="mn0900" runat="server" Text="PDA2ORA" Icon="Smartphone" OnClientClick="MenuClick('0900', false);"></ext:Button>
                            <ext:Button ID="mn0100" runat="server" Text="SALES" Icon="Coins" >                            
                                <Menu>                                
                                    <ext:Menu ID="Menu1" runat="server">
                                        <Items>
                                            <ext:MenuItem runat="server" Text="PERFORMANCE" Icon="ArrowUp">
                                                <Menu>
                                                    <ext:Menu runat="server" IgnoreParentClicks="true">
                                                        <Items>
                                                            <ext:MenuItem runat="server" ID="mn010101" Text="Actual vs Target By Region" OnClientClick="MenuClick('010101', true);">
                                                                <Menu>
                                                                    <ext:Menu runat="server" IgnoreParentClicks="true">
                                                                        <Items>
                                                                            <ext:MenuItem runat="server" ID="mn01010101" Text="Fluktuasi Sales Daily By Region" OnClientClick="MenuClick('01010101', false);"></ext:MenuItem>
                                                                            <ext:MenuItem runat="server" ID="mn01010102" Text="Fluktuasi Sales Weekly By Region" OnClientClick="MenuClick('01010102', false);"></ext:MenuItem>
                                                                            <ext:MenuItem runat="server" ID="mn01010103" Text="Fluktuasi Sales Monthly By Region" OnClientClick="MenuClick('01010103', false);"></ext:MenuItem>
                                                                        </Items>
                                                                    </ext:Menu>
                                                                </Menu>
                                                            </ext:MenuItem>
    --the rest---
    The case is, the SALES Menu which owned by Toolbar is shown in iPad. The SALES menu has 3 sub menu that also shown in iPad. Each sub menu also has submenu that unfortunately didn't show in iPAD. The 'didn't show menu' has onClientClick event AND have sub menu also and attached with onClientClick.

    The property you suggested seems broken the onClientClick.
    Any idea?

Similar Threads

  1. Adding Submenu on header menu from GridPanel
    By douglas in forum 1.x Help
    Replies: 0
    Last Post: Mar 06, 2012, 1:47 PM
  2. EventMask doesn't show
    By vadym.f in forum 1.x Help
    Replies: 3
    Last Post: Jan 19, 2012, 5:19 PM
  3. Replies: 3
    Last Post: Apr 15, 2011, 8:12 AM
  4. ext:HtmlEditor doesn't show tooltips
    By Vicentiu in forum 1.x Help
    Replies: 0
    Last Post: Jan 16, 2010, 3:09 AM
  5. StatusBarStatusConfig doesn't show icon
    By apre in forum 1.x Help
    Replies: 2
    Last Post: Oct 22, 2009, 9:15 AM

Posting Permissions