Search Results

Type: Posts; User: cicaglisa

Search took 0.01 seconds.
  1. Hi all,
    I've just identified something really strange. When I open Ext.Net controls in an IFrame and try running javascript on it if all the controls are visible without the scrollbar it works fine....
  2. Hi Daniil,

    your fix looks good I finally got it working on IE 7 & IE 8!!

    Thanks a lot you can consider this thread closed!
  3. Hi Daniil,

    Have you had a chance to debug further this javascript issue?
  4. I hope there is a way to fix this issue on IE 7 & 8 otherwise I might even need to change the whole application structure because of not being able to keep trees in synch :(
  5. Hi Daniil,

    I changed the node to start with node + id just to make sure that's not going to cause issues with the sample code.

    After updating the method with smaller setup window size I still...
  6. Hi Daniil,

    this is the external website you can use to test with different versions of IE:

    http://31.222.130.122/ParentChild/

    Thanks
  7. Hi Daniil,

    have you manage to reproduce it on IE 7 or 8?
  8. Hi Daniil,

    It breaks only on IE 7 and 8.
  9. Ok this is the updated version with C# code included in the aspx page.

    MainPage:


    <%@ Page Language="C#" %>


    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
  10. Ok this is the code for Default.aspx (which is the parent page in our test case)


    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Setup.aspx.cs" Inherits="Setup_Setup" %>


    <%@...
  11. Ok this is my tiny example which reproduces exactly the same problem I've been facing in our application.

    You can rename it to ZIP extension and open it as a small website. It has a main page with...
  12. 5991

    I've added parent keyword as you have mentioned in the previous post but it didn't work what I've managed to pick up from IE Javascript debugger is that new node does NOT have properties like...
  13. Not that line I forgot to remove it from the code, code goes in getTreeNodes function and then in tried to add a new node in this if case:


    if (parentId == parseInt(element.attributes.PID, 10)) {...
  14. Hi Daniil,

    I did a JavaScript function that search for my parent node based on node Id and once it finds it it will add the newly created node:



    var getTreeNodes = function (tree, nodes,...
  15. Hi everyone,
    I did a lot of different tests trying to add a new tree node from a child window via javascript in the tree that is in our main application window.
    Weird result is it does work with...
  16. Hi everyone,
    In our project we open a new window with javascript from the main window. The whole app is running on EXT.NET.
    What we have noticed when main window is doing some longer task "child"...
  17. Hi guys,
    I have a strange issue with the TreePanel inside a dropdown.
    It gets built correctly and it works the first time but if I try to reload the treepanel from a direct event it doesn't show up...
  18. Hi guys,
    I got this weird behaviour of the grid. I've attached quite a few events and all of the seems to work fine apart from SortChange!
    Data still gets sorted out on the grid but no event is...
  19. Hi guys,
    I'm facing a problem that I haven't been able to match in any of available examples on your website and forum.
    I have a data store that is being generated from the XML in order to be able...
Results 1 to 19 of 19