Re: CellList + NoSelectionModel - can we get visual feedback on click?

2012-09-08 Thread Thomas Broyer
On Friday, September 7, 2012 8:51:44 PM UTC+2, markww wrote: Secondly, when the mouse is released, then I do get a visual change in the list, a row changes color like so: http://cl.ly/image/1f3i0o2X2n3k but this is exactly what I want to prevent by using a NoSelectionModel

Re: CellList + NoSelectionModel - can we get visual feedback on click?

2012-09-08 Thread markww
Understood, but is there a way to change the background color of my cell on a click? If I give my cells an :active css style, the background color unfortunately changes as soon as the user clicks the cell. Rather I want it to only change color after a true click is complete. Thank you On

CellList + NoSelectionModel - can we get visual feedback on click?

2012-09-07 Thread markww
Hi, I've got a CellList. I am using a NoSelectionModel strategy (I just want the user to click an item in the list without any visual statefulness). When an item is clicked, the list doesn't provide any visual feedback. Can we do this via css (something like set a mouse-down style for a