Changeset: 7b779c15ce73 Author: rbair Date: 2013-08-01 18:09 -0700 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/7b779c15ce73
RT-24400: Incorrect work ctrl+backspace and ctrl+delete in TextArea. Summary: The problem is that the nextWord / previousWord methods on TextInputControl did not correctly handle cases where numbers are in the stream of characters. There may be additional issues related to symbols and how breaking should occur. Also some of this might be OS specific (on Mac it breaks in some places, on Windows someplace else). However this should fix the SQE tests. ! modules/controls/src/main/java/javafx/scene/control/TextInputControl.java ! modules/controls/src/test/java/javafx/scene/control/TextInputControlTest.java