Hi, @Justin I've checked this issue and it's occurs as Shigeru reported. As far as I understand the problem is in this comparision -> controller.textLength <= range.absoluteEnd. I think solution could looks like that controller.textLength - 1 <= range.absoluteEnd.
absoluteEnd function returns position/index instead of textLength, in this case maximum value of textLength (8) doesn't return the last index of typed text. Please correct me if my understanding is wrong. Piotr ----- Apache Flex Committer piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/about-the-issue-FLEX-33423-tp36806p36833.html Sent from the Apache Flex Development mailing list archive at Nabble.com.