americosfacebook / googletv-issues

Automatically exported from code.google.com/p/googletv-issues
0 stars 0 forks source link

Can't navigate from SearchView with D-pad #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I use SearchView in one of the layouts. 

 <SearchView
   android:id="@+id/search_view"
   android:layout_width="match_parent"
   android:layout_height="wrap_content"
   android:iconifiedByDefault="false"
   android:saveEnabled="true">
</SearchView>

there are different other focusable views around it.

Problem: You can't navigate to any View using D-pad if you in the SearchView 
(editview of SearchView)

Testcase: 
1)Navigate to SearchView
2)Don't type anything in the editview
3)Click Left button on d-pad to navigate to "Clean" button
4) Click Right button on d-pad to navigate back to EdifView of SearchView
5) That's it now you can't navigane anywhere from this SearchView with D-pad

//tested on Logitec Revue (3.1)

Original issue reported on code.google.com by irapha...@gmail.com on 28 Mar 2012 at 8:46

GoogleCodeExporter commented 8 years ago
I am not able to reproduce this issue.
I tried adding your SearchView snippet in Panoramio sample app's 
cool_places.xml layout. I could move the d-pad focus out of search view 
successfully on clicking dpad left.
Please check your layout xml again and paste it here for further debugging.

Original comment by mjo...@google.com on 6 Apr 2012 at 11:07

GoogleCodeExporter commented 8 years ago
Closing this for now. 
Please reopen with the additional info that I asked for if needed.

Original comment by mjo...@google.com on 7 May 2012 at 7:34