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

Rendering Issue #358

Closed
Dulajdeshan opened this issue Oct 31, 2020 · 7 comments
Closed

Rendering Issue #358

Dulajdeshan opened this issue Oct 31, 2020 · 7 comments
Assignees
Labels
question Further information is requested
Milestone

Comments

@Dulajdeshan
Copy link

════════ Exception caught by rendering library ═════════════════════════════════════════════════════ Intrinsics are not available for PlaceholderAlignment.baseline, PlaceholderAlignment.aboveBaseline, or PlaceholderAlignment.belowBaseline, 'package:flutter/src/rendering/paragraph.dart': Failed assertion: line 353 pos 18: 'RenderObject.debugCheckingIntrinsics' The relevant error-causing widget was: HtmlWidget file:///F:/Flutter%20Development/----/lib/views/post/post_view.dart:244:14

@daohoangson
Copy link
Owner

Can you share your HTML at the time of this error? Also, what is your Flutter version and package version?

@daohoangson daohoangson self-assigned this Nov 3, 2020
@daohoangson daohoangson added the bug Something isn't working label Nov 3, 2020
@daohoangson
Copy link
Owner

v0.5.1+4 has been released which should fix your issue. Please try updating and see whether it works. Thank you very much.

@daohoangson daohoangson added question Further information is requested and removed bug Something isn't working labels Nov 3, 2020
@misterfourtytwo
Copy link

misterfourtytwo commented Nov 5, 2020

v0.5.1+4 has been released which should fix your issue. Please try updating and see whether it works. Thank you very much.

still aint working sometimes
example - image in the table

<table>
    <tbody>
        <tr>
            <td style="text-align: center;">
                <img src="https://via.placeholder.com/300">
            </td>
        </tr>
    </tbody>
</table>

@daohoangson
Copy link
Owner

For TABLE, we have an open issue for its rewrite #346. And actually an in progress PR #365. I expect this will be completed soon.

@daohoangson daohoangson added duplicate This issue or pull request already exists and removed question Further information is requested labels Nov 5, 2020
@misterfourtytwo
Copy link

misterfourtytwo commented Nov 6, 2020

the problem is that it works without text-align here, so i thought u would appreciate buggy behavior cases to be reported

@daohoangson
Copy link
Owner

Of course, thank you the the report. The issue is kept open and I'll update this once the PR is merged.

@daohoangson daohoangson added this to the 0.5.2 milestone Nov 27, 2020
@daohoangson
Copy link
Owner

Version 0.5.2 has been released with the new TABLE implementation. Please try upgrading and let me know if it works for you. Thank you.

@daohoangson daohoangson added question Further information is requested and removed duplicate This issue or pull request already exists labels Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants