I have a standard treepanel setup with the following parameters. Ext 1.x: Help [Archive] - Page 37 - Ext JS Forums:: problem with unicode. How to embed Two images using Extjs. Resize the How to get the location after Dragging a node from tree? TreePanel as a Sub-menu http://extjs.com/forum/archive/index.php/f-5-p-37.htmlHOME |
id:'root_id',
enableDD: true,
draggable: true,
containerScroll: true,
autoScroll:true,
Here are the 2 lines which handle the dragging of the panel. Ext: Help [Archive] - Page 31 - Ext JS Forums:: Problem with rowselect on a Grid: some form-field arent IE6 Object doesnt support this property or method with TreePanel. CheckboxSelectModel on a grid http://extjs.com/forum/archive/index.php/f-9-p-31.htmlHOME |
var ddp = Ext.get('root_id');
ddp.dd = new Ext.dd.DDProxy('root_id', 'center');
The problem is when the tree expands and the autoScroll kicks in, the scroll bar starts to function as a draggable portion of the window AND as the scroll bar for the panel. The titlebar still functions normally for dragging the panel.
Do I need to wrap the treepanel in another panel or container? Ext: Help [Archive] - Page 97 - Ext JS Forums:: unable to scroll down with Ajax scrollbar using livegrid Problem with a record in two stores? IE7 error in EditableGridPanel http://extjs.com/forum/archive/index.php/f-9-p-97.htmlHOME | Ext: Bugs [Archive] - Page 6 - Ext JS Forums:: [2.0][OPEN] TreePanel node highlight problem if width is too small [2.1][FIXED] Grid Resizing Problem With Scrollbar [2.1][OPEN] Errors on Opera 9 http://extjs.com/forum/archive/index.php/f-20-p-6.htmlHOME |
Attached is a screenshot exhibiting the behavior. Any tips would be greatly appreciated.
Thanks,
Ross
How much does getting a small tattoo on your hip/stomach hurt?
Do anyone else have an itchy anus? ?
|