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

View File

@ -2,15 +2,15 @@
<ScrollView> <ScrollView>
<StackLayout> <StackLayout>
<WrapLayout> <WrapLayout>
<Label text="labelLabel" style="letter-spacing: -0.1;" /> <Label text="labelLabel" autocorrect="false" style="letter-spacing: -0.1;" />
<Label text="labelLabel" style="letter-spacing: 0;" /> <Label text="labelLabel" autocorrect="false" style="letter-spacing: 0;" />
<Label text="labelLabel" style="letter-spacing: 0.1;" /> <Label text="labelLabel" autocorrect="false" style="letter-spacing: 0.1;" />
<Label> <Label>
<Span text="just bold" fontWeight="bold" /> <Span text="just bold" fontWeight="bold" />
</Label> </Label>
</WrapLayout> </WrapLayout>
<Label text="labelLabel" 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 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> <Label.formattedText>
<FormattedString> <FormattedString>
<FormattedString.spans> <FormattedString.spans>
@ -21,13 +21,13 @@
</Label.formattedText> </Label.formattedText>
</Label> </Label>
<WrapLayout> <WrapLayout>
<Button text="buttonButton" style="letter-spacing: -0.1;" /> <Button text="buttonButton" autocorrect="false" style="letter-spacing: -0.1;" />
<Button text="buttonButton" style="letter-spacing: 0;" /> <Button text="buttonButton" autocorrect="false" style="letter-spacing: 0;" />
<Button text="buttonButton" style="letter-spacing: 0.1;" /> <Button text="buttonButton" autocorrect="false" style="letter-spacing: 0.1;" />
</WrapLayout> </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>--> <!--<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> <Button.formattedText>
<FormattedString> <FormattedString>
<FormattedString.spans> <FormattedString.spans>
@ -43,9 +43,9 @@
<TextField text="textField" autocorrect="false" style="letter-spacing: 0;" /> <TextField text="textField" autocorrect="false" style="letter-spacing: 0;" />
<TextField text="textField" autocorrect="false" style="letter-spacing: 0.1;" /> <TextField text="textField" autocorrect="false" style="letter-spacing: 0.1;" />
</WrapLayout> </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>--> <!--<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> <TextField.formattedText>
<FormattedString> <FormattedString>
<FormattedString.spans> <FormattedString.spans>

View File

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