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 > strategy. My list doesn't have a concept of "selected". How can I prevent > that visual state from happening after a click? >
This is the "visual feedback" for the "keyboard selected" row. In other words, an accessibility feature (try using the up/down arrow keys to move to another row, and then the enter key –or is it the space key?– to select it, triggering the NoSelectionModel event handlers). You might be interested by the KeySelectionPolicy, but keep in mind the implications on accessibility. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/9GpMtlLt6gAJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
