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

image's alt text is missing #601

Closed
s-kris opened this issue Jan 22, 2021 · 3 comments
Closed

image's alt text is missing #601

s-kris opened this issue Jan 22, 2021 · 3 comments
Labels
Milestone

Comments

@s-kris
Copy link

s-kris commented Jan 22, 2021

Hello!

When uploading an image, we can attach alt text which is getting saved to database.
But when the post is loaded from database the alt text is missing.

Not sure if this is caused by react wrapper, hence linking both: mkhstar/suneditor-react#161

Thank you

@JiHong88
Copy link
Owner

"alt" was missing from the whitelist.
If you add the option below, it will work before fix.

attributesWhitelist: {
  img: 'alt',
}

@s-kris
Copy link
Author

s-kris commented Jan 22, 2021

@JiHong88 thanks for the quick response.
I tested in both versions. It's working :)

@s-kris s-kris closed this as completed Jan 22, 2021
JiHong88 added a commit that referenced this issue Jan 22, 2021
@JiHong88
Copy link
Owner

The 2.36.0 version has been updated.
If this issue has not been resolved, please reopen this issue.
Thank you.

NickyTope pushed a commit to isw-kudos/SunEditor that referenced this issue Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants