You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applying bold styling after inserting new lines causes the existing text to overlap. Specifically, the first paragraph (test) becomes visually overlapped or corrupted after formatting changes.
To Reproduce
Steps to reproduce the behavior:
Open the app with initial content like
<html><p>test</p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker, including versions of Lorem Ipsum.</p></html>
Tap on the first paragraph
Insert a new line
Type any bold text
Insert new lines
Observe that test text got overlapped
Expected behavior
Bold style should not overlap the text
Screenshots
Screen.Recording.2026-04-03.at.12.18.13.mov
Device (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
Describe the bug
Applying bold styling after inserting new lines causes the existing text to overlap. Specifically, the first paragraph (test) becomes visually overlapped or corrupted after formatting changes.
To Reproduce
Steps to reproduce the behavior:
testtext got overlappedExpected behavior
Bold style should not overlap the text
Screenshots
Screen.Recording.2026-04-03.at.12.18.13.mov
Device (please complete the following information):
Additional context
Add any other context about the problem here.