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

Link action inserts zero width space and it makes unclickable character. #1139

Open
YoshitoONISHI opened this issue Dec 22, 2022 · 1 comment
Labels

Comments

@YoshitoONISHI
Copy link

Describe the problem

When I use Link action, zero width white space are inserted after <p> tag and before <br> tag.

And if certain fonts are used, the first character of <a> tag will not be clickable. (e.g. Noto Sans Japanese)

Generated HTML with SunEditor

<p>&#8203;<a href="https://example.com" alt="example.com">example.com</a>&#8203;<br>
</p>

Plain HTML to reproduce the same issue (No SunEditor)

<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap" rel="stylesheet">
<style>
body {
  font-family: "Noto Sans JP";
}
</style>
<p>&#8203;<a href="https://example.com" alt="aaaa">example.com</a></p>

Preview

e is not clickable.

127006 - Google Chrome_2022-12-22_12-1-12_No-00

@JiHong88
Copy link
Owner

This issue is not reproduced.
Please provide more detailed testing environment.

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