[ https://issues.apache.org/jira/browse/PIVOT-959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14166878#comment-14166878 ]
Alessandro Pira commented on PIVOT-959: --------------------------------------- What I am doing is: - attach a FocusTraversalPolicy to a TextInput that (under some circumstances) pops up a message and leaves the focus on the same text input - run the application, give focus to the TextInput and press Tab - the popup message is shown twice > TerraTextInputSkin may process the same key press twice > ------------------------------------------------------- > > Key: PIVOT-959 > URL: https://issues.apache.org/jira/browse/PIVOT-959 > Project: Pivot > Issue Type: Bug > Components: wtk-terra > Affects Versions: 2.0.4 > Reporter: Alessandro Pira > Priority: Minor > Fix For: 2.1, 2.0.5 > > > TerraTextInputSkin's keyPress method may call super.keyPress twice (once as > its first instruction, and then again in the "else" branch). > I suggest to remove the first ancestor call. -- This message was sent by Atlassian JIRA (v6.3.4#6332)