Alessandro Pira created PIVOT-959: ------------------------------------- Summary: 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
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)