Menus don't work

Last post 08-09-2009 11:26 PM by chetan.sarode. 10 replies.

Sort Posts:

  • Menus don't work

    05-01-2009, 11:50 AM
    • Member
      17 point Member
    • tcblues
    • Member since 02-14-2007, 7:52 AM
    • Posts 56
    Hi! The menus are not displayed correctly on IE or Chrome, any solution? Thanks.
    -----
    http://tcberglind.blogspot.com
  • Re: Menus don't work

    05-02-2009, 12:31 PM
    • Member
      2 point Member
    • td15426
    • Member since 05-02-2009, 4:28 PM
    • Posts 1

    See this KB article. I don't know if it will fix Chrome as well as IE8.

    http://support.microsoft.com/kb/962351

    There is some more information about the problem here: http://weblogs.asp.net/bleroy/archive/2009/03/23/asp-menu-fix-for-ie8-problem-available.aspx

    A comment to this blog entry says there is a CSS change workaround.  It's very simple and I tried it, and it works for me.

     
  • Re: Menus don't work

    05-03-2009, 11:25 PM

    Chrome is just published. It is in still Beta stage.published. It is in still Beta stage.

    I think ASP.NET AJAX / AjaxControlToolkit doesn't support this new browser so far, because the JavaScript engine of each browser is different so that the new JavaScript engine isn't accepted by AjaxControlToolkit.

    http://www.asp.net/AJAX/Documentation/Live/BrowserCompatibilityForASPNETAJAX.aspx

    Chetan Sarode
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
  • Re: Menus don't work

    05-05-2009, 11:18 PM

    Can you please update the thread status

    Chetan Sarode
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
  • Re: Menus don't work

    05-06-2009, 7:19 AM
    Answer
    • Member
      17 point Member
    • tcblues
    • Member since 02-14-2007, 7:52 AM
    • Posts 56
    I solved it. I've added a file on App_Browsers folder: chrome.browser with this content: <browsers> <browser refID="safari1plus"> <controlAdapters> <adapter controlType="System.Web.UI.WebControls.Menu" adapterType="" /> </controlAdapters> </browser> </browsers>
    -----
    http://tcberglind.blogspot.com
  • Re: Menus don't work

    05-06-2009, 11:20 PM

    Thanks for updating the thread. It will also help to other people

    Chetan Sarode
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
  • Re: Menus don't work

    08-01-2009, 9:35 AM

    Add:

    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

    after the <head tag in the site.master (or any master pages in your app).

    Add the style to common.css:

    .IE8Fix

    {

    z-index: 1000;

    }

    Add to your asp:menus:

     

     

    <DynamicMenuStyle CssClass="IE8Fix" /> meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

     

    http://dashcommerce.org/forums/t/1949.aspx

  • Re: Menus don't work

    08-03-2009, 11:03 PM

     Thanks fo the extra information

    Chetan Sarode
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
  • Re: Menus don't work

    08-05-2009, 10:55 PM

     Whether is compatible with IE8 only or with Chrome also

    Chetan Sarode
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
  • Re: Menus don't work

    08-06-2009, 10:57 PM

     I think this is really helpful

    http://support.microsoft.com/kb/962351

    Chetan Sarode
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
  • Re: Menus don't work

    08-09-2009, 11:26 PM

     Have you tested by placing above tag in you application

    Chetan Sarode
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
Page 1 of 1 (11 items)