dhtmlXWindows - resize

Hi,



The problem:

I have one dhtmlXWindows with attachObject(‘tree_box’); (dhtmlxTree).



In Mozilla Firefox -> everything works.



In IE -> problems with resize:



1) On resize -> all select elements of the page of HTML.

See his example: attach_object.html

When resize besides the limits, the whole elements are selected.



2) The scrollbar of dhtmlxTree with incorrect positioning.





Some idea to solve the problem?



Note: Desire to give congratulations for the dhtmlXWindows.



Best regards,



CHW

  1. On resize → all select elements of the page of HTML.

    Problem confirmed, we will add fix to the next build of dhtmlxwindow.
    As fast and dirty solution you can block selection for whole document
        document.body.onselectstart=function(){
           return false;
        }

    >>2) The scrollbar of dhtmlxTree with incorrect positioning.

    Please check attached sample - the problem is not reconstructable . If problem still occurs for you - please send any kind of sample where it can be reconstructed

    1206966007.zip (104 KB)