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 color of the Button not applied, when text-transform has been set. #2601

Closed
tsonevn opened this issue Aug 17, 2016 · 1 comment · Fixed by #2611
Closed

Text color of the Button not applied, when text-transform has been set. #2601

tsonevn opened this issue Aug 17, 2016 · 1 comment · Fixed by #2611

Comments

@tsonevn
Copy link
Contributor

tsonevn commented Aug 17, 2016

In case you want to change text color of a Button, while text-transform has been set to uppercase or lowercase, the color of the text would not be applied. This issue is reproducible only for iOS. I am attaching sample code:

main-page.xml

<Page xmlns="http://schemas.nativescript.org/tns.xsd">
  <StackLayout>
    <Label text="labelLabel" style="text-transform: uppercase; color:red;"/>
    <Button text="buttonButton" style=" color:red; text-transform: uppercase; " />
    <TextField text="textField" style="text-transform: uppercase; color:red;"/>
    <TextView text="textView" style="text-transform: uppercase;  color:red;" />
  </StackLayout>
</Page>

tns-core-modules:2.2.0
tns-ios:2.2.1
CLI: 2.2.1

@lock
Copy link

lock bot commented Aug 29, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot unassigned hamorphis Aug 29, 2019
@lock lock bot locked and limited conversation to collaborators Aug 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants