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

Interrupt in formatted text #11

Open
KPeschke opened this issue Aug 14, 2019 · 4 comments
Open

Interrupt in formatted text #11

KPeschke opened this issue Aug 14, 2019 · 4 comments
Assignees
Labels
bug Something isn't working sponsor wanted

Comments

@KPeschke
Copy link

Steps to reproduce

  1. format text, e.g. as strong
  2. set now a shy in a strong word

Expected result
<strong>Lorem ip&shy;sum dolor</strong>
Lorem ip-
sum dolor

Actual result
The shy is missing and the tag is interrupted.
<strong>Lorem ip</strong>&shy;<strong>sum dolor</strong>
Lorem ip
sum dolor

A workaround, but editors don't like or forgot about ;)
Reformat the text.

@Sebobo Sebobo added the bug Something isn't working label Aug 14, 2019
@Sebobo
Copy link
Owner

Sebobo commented Aug 14, 2019

Interesting, thanks for the issue and good example!

@Sebobo Sebobo self-assigned this Aug 14, 2019
@Sebobo
Copy link
Owner

Sebobo commented Aug 16, 2019

I understand why it's happening now, think I need to upgrade the code to use the inline widget mechanism which would need UI 3.6+.

@Benjamin-K
Copy link
Contributor

Same here...

@Sebobo
Copy link
Owner

Sebobo commented Dec 2, 2022

Tried again to turn this plugin into an inline widget to prevent this issue but without luck yet.
Have to try another time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working sponsor wanted
Projects
None yet
Development

No branches or pull requests

3 participants