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

Text BackgroundColor bug #19614

Closed
wants to merge 4 commits into from
Closed

Text BackgroundColor bug #19614

wants to merge 4 commits into from

Commits on Jun 8, 2018

  1. Text BackgroundColor bug

    The background of the Text does not need to use NSBackgroundColorAttributeName. When the background color contains alpha, it will conflict with the UIView background color, cause a bug.
    helele committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    3cb9c58 View commit details
    Browse the repository at this point in the history
  2. Text BackgroundColor bug

    The background of the Text does not need to use NSBackgroundColorAttributeName. When the background color contains alpha, it will conflict with the UIView background color, cause a bug.
    helele committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    a711fa4 View commit details
    Browse the repository at this point in the history
  3. line height bug

    if text has lineHeight style, such as English Japanese Chinese cannot be vertically aligned.
    helele committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    7ac8655 View commit details
    Browse the repository at this point in the history
  4. Revert "line height bug"

    This reverts commit 7ac8655.
    helele committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    e421ccf View commit details
    Browse the repository at this point in the history