USDepartmentofLabor / Local-Labor-Market-Data-Android

Android version of BLS Local Labor Market Data
0 stars 0 forks source link

Accessibility - Main - Current Location Does Not Focus on Location Once Chosen #2

Open jfc3-dol opened 5 years ago

jfc3-dol commented 5 years ago

Why when a user uses the "Current Location" function with TalkBack the cursor does not focus on the location listed below the "National" and "Metro Area" items.

greg-gruse commented 5 years ago

Android does not support apps changing the order of focusing items once the screen is loaded. We can define the order before it is loaded but Android feels they know best as far as what should become focused next.

Also we don't have any real control over the selection of items in a table view.

jfc3-dol commented 5 years ago

Not sure by focusing on the search box when the application starts and then moving to the "Current Location" button and tapping it I'm now focused on the DC area in my case which is what I would expect.

So I'm going to keep this open until we work through the application focusing on the search box.

greg-gruse commented 5 years ago

Nothing has been done with this issue, as I said earlier we don't have control over the shifting of focus or selection into the tableview.

I suggest we leave this open and see if if any support is added by Android in the future.

jfc3-dol commented 5 years ago

Sounds like a plan to keep it open and see if Android fixes this issue.