Skip to content

fix: parsing empty elements - #284

Merged
exploIF merged 1 commit into
mainfrom
@exploif/android-parser-improvements
Nov 25, 2025
Merged

exploIF merged 1 commit into
mainfrom
@exploif/android-parser-improvements

Conversation

@exploIF

@exploIF exploIF commented Nov 25, 2025

Copy link
Copy Markdown
Collaborator

Summary

Fixes: #275
Parsing empty elements has been broken, when there was an empty inline tag inside it

Test Plan

  • Paste following html as a default value:
<html><p>Asd</p><p>Asd</p><p>Asd</p><p><b>Asd</b></p><p><b>Asd</b></p><ul><li><b>asd</b></li><li><b>asd</b></li><li><b>asd</b></li><li><b></b></li></ul><br></html>
  • Notice that text is parsed properly

Screenshots / Videos

Screen.Recording.2025-11-25.at.09.04.01.mov

Compatibility

OS Implemented
iOS
Android

@szydlovsky szydlovsky left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@exploIF
exploIF merged commit fa2109e into main Nov 25, 2025
5 checks passed
@exploIF
exploIF deleted the @exploif/android-parser-improvements branch November 25, 2025 12:15
pkaramon added a commit that referenced this pull request Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Editor working fine in ios but not in android with specific data

2 participants