Greg Brown-2 wrote: > >> So the error is there only when there is no edit effect. > > That's what I thought. This is due to a bug in TableViewRowEditor. This > line in the displayMouseHandler instance is causing the problem: > consumed = (getEditEffect() != null); > It should probably be changed to: > consumed = true; > G >
Ok. I can leave the edit effect on for the moment, but there is another table where I cannot have an edit effect because this conflicts with the way I handle the keyPressed() method... Hope to see this fixed soon. -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/TextInput-and-Validator-issues-tp2641141p2648254.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
