Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by CHW on Mar 27, 2008 11:19
open dhtmlx forum
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
Answer posted by Support on Mar 31, 2008 05:25
>>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
Attachments (1)