Hi all,

This is the first time I'm posting, so please forgive me if I am doing
something wrong. :)

I believe I found a problem with setItemsCanFocus method of ListView.
When this method is called with false, it calls
setDescendantFocusability with FOCUS_BLOCK_DESCENDANTS. But when
called with true, it does not set the DescendantFocusability back.
This seems to be a bug, since when setting the setItemsCanFocus back
to true, the list still acts as it was false.
A possible workaround is, of course, to call setDescendantFocusability
with FOCUS_BEFORE_DESCENDANTS whenever calling setItemsCanFocus with
true.

Now, is this really a bug or was it the intended behavior for some
reason? If it is a bug, should I open some change request anywhere?

Thanks and Regards!

-- 
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 email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to