[android-developers] Re: No underline for texts candidates in html before committing

2010-08-22 Thread James Wang
We just found there is no such problem on 1.6. This bug was introduced since 2.0. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] Re: No underline for texts candidates in html before committing

2010-08-14 Thread James Wang
After digging farther, I found this is a bug of WebTextView which is used as a "specialized version of EditText used by WebView". And it is transparent and only redrawing when input is password according to WebTextView.setInPassword. Any google UI SE can shed some light on this problem? James