Add autocorrect equals false to some pages to prevent failures on CI

This commit is contained in:
SvetoslavTsenov
2017-05-05 11:19:56 +03:00
parent ab6ceaf54d
commit 8404410819
3 changed files with 29 additions and 29 deletions

View File

@ -1,8 +1,8 @@
<Page>
<StackLayout>
<Label text="labelLabel" style="text-transform: uppercase; text-decoration: underline line-through;" />
<Label style="text-transform: uppercase; text-decoration: underline line-through;">
<Label autocorrect="false" text="labelLabel" style="text-transform: uppercase; text-decoration: underline line-through;" />
<Label autocorrect="false" style="text-transform: uppercase; text-decoration: underline line-through;">
<Label.formattedText>
<FormattedString>
<FormattedString.spans>
@ -12,7 +12,7 @@
</FormattedString>
</Label.formattedText>
</Label>
<Label>
<Label autocorrect="false" >
<Label.formattedText>
<FormattedString>
<FormattedString.spans>
@ -24,7 +24,7 @@
</Label>
<Button text="buttonButton" style="text-transform: uppercase; text-decoration: underline line-through;" />
<Button style="text-transform: uppercase; text-decoration: underline line-through;">
<Button autocorrect="false" style="text-transform: uppercase; text-decoration: underline line-through;">
<Button.formattedText>
<FormattedString>
<FormattedString.spans>
@ -34,7 +34,7 @@
</FormattedString>
</Button.formattedText>
</Button>
<Button>
<Button autocorrect="false" >
<Button.formattedText>
<FormattedString>
<FormattedString.spans>
@ -45,8 +45,8 @@
</Button.formattedText>
</Button>
<TextField text="textField" style="text-transform: uppercase; text-decoration: underline line-through;" />
<TextField style="text-transform: uppercase; text-decoration: underline line-through;">
<TextField autocorrect="false" text="textField" style="text-transform: uppercase; text-decoration: underline line-through;" />
<TextField autocorrect="false" style="text-transform: uppercase; text-decoration: underline line-through;">
<TextField.formattedText>
<FormattedString>
<FormattedString.spans>
@ -56,7 +56,7 @@
</FormattedString>
</TextField.formattedText>
</TextField>
<TextField>
<TextField autocorrect="false">
<TextField.formattedText>
<FormattedString>
<FormattedString.spans>
@ -67,8 +67,8 @@
</TextField.formattedText>
</TextField>
<TextView text="textView" style="text-transform: uppercase; text-decoration: underline line-through;" />
<TextView style="text-transform: uppercase; text-decoration: underline line-through;">
<TextView autocorrect="false" text="textView" style="text-transform: uppercase; text-decoration: underline line-through;" />
<TextView autocorrect="false" style="text-transform: uppercase; text-decoration: underline line-through;">
<TextView.formattedText>
<FormattedString>
<FormattedString.spans>
@ -78,7 +78,7 @@
</FormattedString>
</TextView.formattedText>
</TextView>
<TextView>
<TextView autocorrect="false">
<TextView.formattedText>
<FormattedString>
<FormattedString.spans>

View File

@ -2,15 +2,15 @@
<ScrollView>
<StackLayout>
<WrapLayout>
<Label text="labelLabel" style="letter-spacing: -0.1;" />
<Label text="labelLabel" style="letter-spacing: 0;" />
<Label text="labelLabel" style="letter-spacing: 0.1;" />
<Label text="labelLabel" autocorrect="false" style="letter-spacing: -0.1;" />
<Label text="labelLabel" autocorrect="false" style="letter-spacing: 0;" />
<Label text="labelLabel" autocorrect="false" style="letter-spacing: 0.1;" />
<Label>
<Span text="just bold" fontWeight="bold" />
</Label>
</WrapLayout>
<Label text="labelLabel" style="text-transform: uppercase; text-decoration: underline line-through;letter-spacing: 0.1;" />
<Label style="text-transform: uppercase; text-decoration: underline line-through;letter-spacing: 0.1;">
<Label autocorrect="false" text="labelLabel" style="text-transform: uppercase; text-decoration: underline line-through;letter-spacing: 0.1;" />
<Label autocorrect="false" style="text-transform: uppercase; text-decoration: underline line-through;letter-spacing: 0.1;">
<Label.formattedText>
<FormattedString>
<FormattedString.spans>
@ -21,13 +21,13 @@
</Label.formattedText>
</Label>
<WrapLayout>
<Button text="buttonButton" style="letter-spacing: -0.1;" />
<Button text="buttonButton" style="letter-spacing: 0;" />
<Button text="buttonButton" style="letter-spacing: 0.1;" />
<Button text="buttonButton" autocorrect="false" style="letter-spacing: -0.1;" />
<Button text="buttonButton" autocorrect="false" style="letter-spacing: 0;" />
<Button text="buttonButton" autocorrect="false" style="letter-spacing: 0.1;" />
</WrapLayout>
<Button text="buttonButton" style="text-transform: uppercase; text-decoration: underline line-through;letter-spacing: 0.1;" />
<Button text="buttonButton" autocorrect="false" style="text-transform: uppercase; text-decoration: underline line-through;letter-spacing: 0.1;" />
<!--<android>-->
<Button style="text-transform: uppercase; text-decoration: underline line-through;letter-spacing: 0.1;">
<Button autocorrect="false" style="text-transform: uppercase; text-decoration: underline line-through;letter-spacing: 0.1;">
<Button.formattedText>
<FormattedString>
<FormattedString.spans>
@ -43,9 +43,9 @@
<TextField text="textField" autocorrect="false" style="letter-spacing: 0;" />
<TextField text="textField" autocorrect="false" style="letter-spacing: 0.1;" />
</WrapLayout>
<TextField text="textField" style="text-transform: uppercase; text-decoration: underline line-through;letter-spacing: 0.1;" />
<TextField text="textField" autocorrect="false" style="text-transform: uppercase; text-decoration: underline line-through;letter-spacing: 0.1;" />
<!--<android>-->
<TextField autocorrect="false" style="text-transform: uppercase; text-decoration: underline line-through;letter-spacing: 0.1;">
<TextField autocorrect="false" autocorrect="false" style="text-transform: uppercase; text-decoration: underline line-through;letter-spacing: 0.1;">
<TextField.formattedText>
<FormattedString>
<FormattedString.spans>

View File

@ -4,11 +4,11 @@
</ActionBar>
</Page.actionBar>
<StackLayout>
<Button id="ChangeText" text="Change text" tap="onChangeText" />
<Button id="Change" text="Change" tap="onChangeTextTransformation" />
<Label id="Label" text="label Label" style.textTransform="none" />
<Button id="Button" text="button Button" style.textTransform="none" />
<TextField id="TextField" text="textField textField" style.textTransform="none" />
<TextView id="TextView" text="textView textView" style.textTransform="none" />
<Button id="ChangeText" text="Change text" autocorrect="false" tap="onChangeText" />
<Button id="Change" text="Change" autocorrect="false" tap="onChangeTextTransformation" />
<Label id="Label" text="label Label" autocorrect="false" style.textTransform="none" />
<Button id="Button" text="button Button" autocorrect="false" style.textTransform="none" />
<TextField id="TextField" text="textField textField" autocorrect="false" style.textTransform="none" />
<TextView id="TextView" text="textView textView" autocorrect="false" style.textTransform="none" />
</StackLayout>
</Page>