Search Type: Posts; User: farmalay
Search: Search took 0.01 seconds.
-
14 Oct 2010 1:03 PM
Jump to post Thread: [OPEN-1244] Tooltip wrong align by farmalay
- Replies
- 3
- Views
- 2,253
Even if the constrainPosition is set to true, the tooltip is positioned off screen if trackMouse is also set to true. To fix it I changed Tooltip.onMouseMove as follows (changes are in bold):
... -
5 Aug 2010 11:21 AM
- Replies
- 60
- Views
- 49,023
I hit the issue trying to clone Ext.grid.ColumnModel configuration:
var colConfig = Ext.ux.util.clone(grid.getColumnModel().columns);
return new Ext.grid.ColumnModel(colConfig)
Each... -
5 Aug 2010 10:22 AM
- Replies
- 60
- Views
- 49,023
This implementation of clone function does not work if there is a circular reference in the object tree.
For example:
obj = { innerObj: { }};
obj.innerObj.circularRef = obj;
The following...
Results 1 to 3 of 3
