TextView.getStyles() doesn't work in the JAVA Robot API. The issue is
caused by the fact that it looks for an annotation with the name
'styled-text', while it should look for annotations containing the word
'style' as well!
This can be fixed at TextViewImpl.java on line 210.
Original issue reported on code.google.com by tom.maas...@gmail.com on 22 Jul 2009 at 2:06
Original issue reported on code.google.com by
tom.maas...@gmail.com
on 22 Jul 2009 at 2:06