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

[7_0_X][TIMOB-25477] Android: Fixed bug where tapping right-aligned TextField not always receiving focus as of 6.2.2 #9662

Merged
merged 5 commits into from
Dec 14, 2017

Commits on Dec 7, 2017

  1. [TIMOB-25477] Android: Fixed bug where tapping right-aligned TextFiel…

    …ds don't always receive focus.
    
    - Added a tap/drag tolerance. Touch-move event must exceed min distance before it dispatches scroll events to parent view.
    - Optimized touch-move code to skip nested scrolling calculations if startNestedScroll() returns false.
    jquick-axway committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    a8a7be7 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Configuration menu
    Copy the full SHA
    745c70f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Configuration menu
    Copy the full SHA
    e500e46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b254f43 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. Configuration menu
    Copy the full SHA
    a1d6384 View commit details
    Browse the repository at this point in the history