View Full Version : EditorGrid and trackMouseOver bug
I found a bug in the grid. When you have trackMouseOver set to 'true' and an instance of EditorGrid, then double clicking on a field gives an error in FF2.0.0.3
jack.slocum
12 Apr 2007, 6:32 PM
trackMouseOver is not compatible with a CellSelectionModel - are you using a CellSelectionModel?
Im using RowSelectionModel (for completeness sake, here is the code)
new Ext.grid.RowSelectionModel({singleSelect:false})
jack.slocum
13 Apr 2007, 3:29 AM
It has to do with focusing and mouseover at the same time. It should be disabled on the EditorGrid (I know it's off by default).
trackMouseOver: false, // causes very odd FF errors
The problem is there is no way to debug it since it's an internal FireFox error. I spent quite a bit of time on it (buttons + input occasional throw the same error). It should be transparent to end users, but it is something I intend to post to the FF bug list and see if I can get some kind of idea on how to work around it.
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.