Skip to content

[BUG]Table render error with nested div elements #1246

@Maclaon

Description

@Maclaon

Describe the bug:

Table with nested div elements does not show the correct content!

HTML to reproduce the issue

<table>
    <tbody><tr class="def_row df_div1">
            <td>
                <div class="def_fl">
                    <div class="de_li1 de_li3">
                        <div class="se_d b_primtxt">1.</div>
                        <div class="df_cr_w">[British History]Same as the Great R-</div>
                    </div>
                    <div class="de_li1 de_li3">
                        <div class="se_d b_primtxt">2.</div>
                        <div class="df_cr_w">[American History]Same as the Civil War</div>
                    </div>
                    <div class="de_li1 de_li3">
                        <div class="se_d b_primtxt">3.</div>
                        <div class="df_cr_w">an attempt to remove a government or leader by force</div>
                    </div>
                    <div class="de_li1 de_li3">
                        <div class="se_d b_primtxt">4.</div>
                        <div class="df_cr_w">a refusal to obey your leader, especially in politics; opposition to someone in authority or to accepted ways of doing things</div>
                    </div>
                    <div class="gl_none" id="id_clps_homo0">
                        <div class="de_li1 de_li3">
                            <div class="se_d b_primtxt">1.</div>
                            <div class="df_cr_w">[British History]Same as the Great R-</div>
                        </div>
                        <div class="de_li1 de_li3">
                            <div class="se_d b_primtxt">2.</div>
                            <div class="df_cr_w">[American History]Same as the Civil War</div>
                        </div>
                        <div class="de_li1 de_li3">
                            <div class="se_d b_primtxt">3.</div>
                            <div class="df_cr_w">an attempt to remove a government or leader by force</div>
                        </div>
                        <div class="de_li1 de_li3">
                            <div class="se_d b_primtxt">4.</div>
                            <div class="df_cr_w">a refusal to obey your leader, especially in politics; opposition to someone in authority or to accepted ways of doing things</div>
                        </div>
                    </div>
                </div>
            </td>
        </tr>
    </tbody>
</table>

Html widget configuration

Html(
        data: data,
        shrinkWrap: true,
        customRenders: {
          tableMatcher(): tableRender(),
        },
        style: style
)

Expected behavior

Show completely table content

Screenshots

Screenshot_20230403_092910_com keestudy owl

Correct content Screenshots

Screenshot_20230403_093309_com keestudy neep

Tips

html content is not corresponded with the screenshots!

Metadata

Metadata

Assignees

No one assigned

    Labels

    <table>Issues with table renderingbugSomething isn't working

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions