SC_SNAPSHOT-2011-04-26/EVAL Deployment 2011-04-26
Two strange issues here.
1) setShowRollOverCanvas setting seems to be ignored. I can force it by setting it inside a ListGrid.addDrawHandler.
2) I wanted to have a rollover for each cell, so I called listGrid.setUseCellRollOvers(true). I've verified that the coordinates that are passed in are wrong. colNum is off by -1 in each column but the first (as is the rendered canvas position). The effect of this is worse when I use headerspans.
Does anyone have some working code for the case of listGrid.setUseCellRollOvers(true)? Would greatly appreciate a look at it.
Two strange issues here.
1) setShowRollOverCanvas setting seems to be ignored. I can force it by setting it inside a ListGrid.addDrawHandler.
2) I wanted to have a rollover for each cell, so I called listGrid.setUseCellRollOvers(true). I've verified that the coordinates that are passed in are wrong. colNum is off by -1 in each column but the first (as is the rendered canvas position). The effect of this is worse when I use headerspans.
Does anyone have some working code for the case of listGrid.setUseCellRollOvers(true)? Would greatly appreciate a look at it.
Comment