Treepanel and IE 9,10

  1. #1

    Treepanel and IE 9,10

    Hello,
    Bu some reason, TreePanel click is not fired in IE. What is interesting, that is actually works in example on your site, https://examples1.ext.net/#/TreePane...uilt_in_Markup. However, when I copied this code to my page, the click event is not fired and the node won't expand on click. Even if I copy html source of your example page and paste to blank html page on my site, it still won't work. There is no javascript error, just silently nothing happens.
    Please help.

    Here is URL to my test page:
    http://emoversoftware.com/extresourc...tnomaster.aspx
    Last edited by emover; Nov 12, 2013 at 5:09 PM. Reason: adding URL
  2. #2
    Try to use such DOCTYPE
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. #3
    Quote Originally Posted by Vladimir View Post
    Try to use such DOCTYPE
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    Just did, however it didn't do anything
  4. #4
    Only latest subrelease of Ext.Net v1.x supports IE10, you use old v1.x
    Please use 1.7 version
    http://www.nuget.org/packages/Ext.NET/1.7.0
  5. #5
    Quote Originally Posted by emover View Post
    Just did, however it didn't do anything
    But it does't work in IE9 as well. Also, will it affect my code if I simple upgrade to 1.7 from 1.0.3960?
  6. #6
    But it does't work in IE9 as well. Also, will it affect my code if I simple upgrade to 1.7 from 1.0.3960?
    If use v1.0 then IE9 is not supported also because IE9 was released after Ext.Net v1.0

Similar Threads

  1. Replies: 4
    Last Post: Jul 12, 2013, 10:07 PM
  2. [CLOSED] Drag and drop from treepanel to treepanel in "copy" mode
    By mattwoberts in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 14, 2011, 6:45 PM
  3. Replies: 5
    Last Post: Mar 23, 2011, 9:57 AM
  4. Replies: 2
    Last Post: Jul 30, 2010, 12:37 AM
  5. Dynamically changing Treepanel other Treepanel
    By airforcz in forum 1.x Help
    Replies: 0
    Last Post: Jun 16, 2010, 8:33 AM

Tags for this Thread

Posting Permissions