New issue
Advanced search Search tips

Issue 804453 link

Starred by 0 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug
Team-Accessibility



Sign in to add a comment

Fix KeyboardInaccessibleWidget lint error

Project Member Reported by wnwen@chromium.org, Jan 22 2018

Issue description

1. Remove <issue id="KeyboardInaccessibleWidget" severity="ignore"/> from build/android/lint/suppressions.xml
2. Build all
3. Fix resulting errors

Examples:
chrome/android/java/res/layout/data_use_dialog.xml:27 'clickable' attribute found, please also add 'focusable': KeyboardInaccessibleWidget [warning]
        android:clickable="true"                                                                                                                                                 
        ~~~~~~~~~~~~~~~~~~~~~~~~                                                                                                                                                 
chrome/android/java/res/layout/languages_preference.xml:32 'clickable' attribute found, please also add 'focusable': KeyboardInaccessibleWidget [warning]                        
        android:clickable="true"                           
        ~~~~~~~~~~~~~~~~~~~~~~~~                                                                                                                                                 
chrome/android/java/res/layout/search_activity.xml:38 'clickable' attribute found, please also add 'focusable': KeyboardInaccessibleWidget [warning]
            android:clickable="true" >                                                                                                                                           
            ~~~~~~~~~~~~~~~~~~~~~~~~    

Another UX lint finding to be triaged.
 
Components: UI>Browser
Labels: android-fe-triaged
Status: Available (was: Untriaged)

Sign in to add a comment