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

Cannot read properties of undefined (reading 'nextSibling')" when changing font size inside a table within a span #4872

Open
olivka-dev opened this issue Feb 4, 2025 · 0 comments

Comments

@olivka-dev
Copy link

olivka-dev commented Feb 4, 2025

Screen_recording.mp4

Description
When a table with a bulleted list <ul> is wrapped inside a parent <span> tag, an error occurs when trying to change the font size or font family of the bulleted list.
If the parent is removed, font modifications work without issues.
Console Error: Cannot read properties of undefined (reading 'nextSibling')

Steps to Reproduce
Steps to reproduce are demonstrated in the attached video.
The issue is reproducible in the official Froala demo editor (https://froala.com/wysiwyg-editor/).

Expected Behavior (Ожидаемое поведение)
The font size of the bulleted list should change correctly without errors.
The console error should not appear.

Workaround
Removing the parent <span> around the table resolves the issue.

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

No branches or pull requests

1 participant