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

[TIMOB-25376] Android: Fixed bug where scrolled in ListView rows forget their width/height #9517

Merged
merged 5 commits into from
Oct 17, 2017

Commits on Oct 11, 2017

  1. [TIMOB-25376] Android: Fixed bug where scrolled in ListView rows forg…

    …et their width/height settings.
    
    - This was a pre-existing issue before 6.2.0, but the layout pin fill fixes made in 6.2.0 revealed it.
    - Caused by ListView calling TiUIView.processProperties() with only changed properties. Since width/height did not change, they're null. This causes processProperties() to reset LayoutParams via TiConvert.fillLayout() to do pin-fillls instead.
    jquick-axway committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    43c0e33 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

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

Commits on Oct 17, 2017

  1. Configuration menu
    Copy the full SHA
    6a26b84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f78de59 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into TIMOB-25376

    Lokesh Choudhary committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    dc90cad View commit details
    Browse the repository at this point in the history