Menu 'RenderToForm=true' issue with IE 8-11, compatibility mode

  1. #1

    Menu 'RenderToForm=true' issue with IE 8-11, compatibility mode

    Hello,

    In Ext.NET 2.5.1 I'm having an issue with Menus that have the RenderToForm set to true not showing in InterNet Explorer 8 or 11 (tested) in compatibility mode. It works fine without compatibility mode, but I need to support both cases as Corp policy has IE intranet sites all set to View in Compatibily mode. It worked fine in Ext.NET 1.4 but when we upgraded to 2.5.1 it no longer works. If we don't use RenderToForm=true, then the menu will show but no direct events are fired on combo box item click events.

    <ext:Button ID="btnTest" runat="server">
    <ext:Menu ID="mnuTest" runat="server" RenderToForm="true">
    <Items>
    <ext:ComboBox bla bla bla config stuff><DirectEvents>bla bla bla</DirectEvents></ext:ComboBox
    </Items>
    </ext:Button>
    Thanks
    Chris
  2. #2
    Hello,

    IE Compatibility Mode is not supported in Ext.NET nor Ext JS.

    Unfortunately we cannot provide a work-around to the problem.
    Geoffrey McGill
    Founder
  3. #3
    Quote Originally Posted by geoffrey.mcgill View Post
    Hello,

    IE Compatibility Mode is not supported in Ext.NET nor Ext JS.

    Unfortunately we cannot provide a work-around to the problem.
    Fair enough :)

    Chris

Similar Threads

  1. [CLOSED] Compatibility Mode IE9
    By rthiney in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: May 21, 2014, 8:05 PM
  2. [CLOSED] Compatibility Mode in IE 9
    By aisi_it_admin in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Aug 27, 2012, 10:38 AM
  3. [CLOSED] ComboBox in compatibility mode
    By vadym.f in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 02, 2012, 5:25 PM
  4. [CLOSED] IE compatibility mode
    By RomualdAwessou in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 14, 2010, 7:55 PM
  5. [CLOSED] TableLayout not rendering outside compatibility mode
    By jwaite in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 21, 2010, 10:06 AM

Tags for this Thread

Posting Permissions