Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix textfield loses sometimes focus on Android #3501

Closed
tsteur opened this issue Oct 31, 2012 · 2 comments
Closed

Fix textfield loses sometimes focus on Android #3501

tsteur opened this issue Oct 31, 2012 · 2 comments
Assignees
Labels

Comments

@tsteur
Copy link
Member

tsteur commented Oct 31, 2012

When trying to add/edit an account, the Textfield UI widget loses the focus after the first tap.

If you tap the Textfield, the Textfield gets focus, keyboard pops up and the Textfield loses focus again as soon as keyboard is displayed and it is not possible to enter any text. You have to tap textfield again. Then the textfield gets and keeps the focus and it is possible to enter some text.

This happens since we redesigned the add/edit account screen to use a TableView. The described behavior is a known "bug" in Titanium and it won't be fixed because of weird Android behavior, see here: http://jira.appcelerator.org/browse/TIMOB-8332

Tried days to fix this. The only workaround is to use a ScrollView on Android instead of a TableView. On iOS, we still have to use a TableView.

@tsteur
Copy link
Member Author

tsteur commented Oct 31, 2012

(In [7346]) refs #3501 workaround for textfield focus issues on Android. Still needs some more tests

@tsteur
Copy link
Member Author

tsteur commented Oct 31, 2012

(In [7348]) refs #3501 coding style

@tsteur tsteur added this to the Piwik Mobile Client milestone Jul 8, 2014
@tsteur tsteur self-assigned this Jul 8, 2014
@tsteur tsteur added this to the Piwik Mobile 1 milestone Jul 25, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant