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

[ios] Label with formatted text and theme classes crashes #4582

Closed
PeterStaev opened this issue Jul 21, 2017 · 5 comments
Closed

[ios] Label with formatted text and theme classes crashes #4582

PeterStaev opened this issue Jul 21, 2017 · 5 comments

Comments

@PeterStaev
Copy link
Contributor

The following snippet crashes on iOS 3.1.0 but was working in 3.0:

    <Label row="1" colSpan="2" class="h2 p-t-15">
        <Label.formattedText>
            <FormattedString>
                <FormattedString.spans>
                    <Span class="fa" text="&#xf1b3;"/>
                    <Span text=" Workload"/>
                </FormattedString.spans>
            </FormattedString>
        </Label.formattedText>
    </Label>

If i remove the h2 class it works as expected. Attaching demo project to simulate the problem.
label-styles.zip

@tsonevn
Copy link
Contributor

tsonevn commented Jul 24, 2017

Hi @PeterStaev,
Thank you for the sample project.
I reviewed it and was also able to reproduce this issue on my side. We will research what is causing this issue and will provide the needed fix.

For further info you could keep track on the issue.

@hshristov
Copy link
Contributor

@PeterStaev @tsonevn I cannot reproduce it with master branch.
Could you guys check it too and close if it is fixed?

@tsonevn
Copy link
Contributor

tsonevn commented Aug 8, 2017

@hshristov
Indeed this problem is no longer reproducible with @next modules.

@hshristov hshristov added done and removed backlog labels Aug 8, 2017
@hshristov hshristov added this to the 3.2 milestone Aug 8, 2017
@PeterStaev
Copy link
Contributor Author

@hshristov
I also confirm that this is fixed in @next

@lock
Copy link

lock bot commented Aug 28, 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 locked and limited conversation to collaborators Aug 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants