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

Issue with <tr> #21

Closed
piascikj opened this issue Mar 30, 2010 · 2 comments
Closed

Issue with <tr> #21

piascikj opened this issue Mar 30, 2010 · 2 comments
Labels
bug Confirmed bug that we should fix

Comments

@piascikj
Copy link

When calling append to add a table row the resulting tr gets wrapped in a table even though I appended to an existing table.

@jhy
Copy link
Owner

jhy commented Mar 30, 2010

Thanks for the report.

This example has effectively the same root cause as http://groups.google.com/group/jsoup/browse_thread/thread/81e7a1e326108715?hl=en_US#

The valid ancestor check needs a bit of a refactor to fix.

@jhy
Copy link
Owner

jhy commented Jun 13, 2010

Improved implicit close tag heuristic detection when parsing malformed HTML.

Fixes an issue where appending / prepending rows to a table (or to similar implicit
element structures) would create a redundant wrapping elements.

Closed by 3e8cf58

michael-simons pushed a commit to michael-simons/jsoup that referenced this issue Jul 12, 2011
…d HTML.

Fixes an issue where appending / prepending rows to a table (or  to similar implicit
element structures) would create a redundant wrapping elements.

Fixes jhy#21
zazi pushed a commit to dswarm/jsoup that referenced this issue Oct 15, 2015
…d HTML.

Fixes an issue where appending / prepending rows to a table (or  to similar implicit
element structures) would create a redundant wrapping elements.

Fixes jhy#21
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bug that we should fix
Projects
None yet
Development

No branches or pull requests

2 participants