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

Content in inline Editor is wrapped when its font style is changed #8055

Open
nelito987 opened this issue Nov 20, 2024 · 0 comments
Open

Content in inline Editor is wrapped when its font style is changed #8055

nelito987 opened this issue Nov 20, 2024 · 0 comments
Labels
Bug C: Editor jQuery Regression Broken functionality which was working previously SEV: Medium

Comments

@nelito987
Copy link
Contributor

Bug report

When the user selects a word and changes its style (for example bold, italic, etc.) the content of the inline Editor is wrapped on multiple lines.

Reproduction of the problem

  1. Go to Dojo - https://dojo.telerik.com/JNAQLLsy
  2. Select a word in the editor and change its style from the tools.

Current behavior
The content wraps. The issue can be also replicated if the Editor is initially empty and the user enters some text, and then selects a word to change its style as described in the second step above.

Expected behavior
The content should not wrap.

Screenshots
image

Workaround

<style>
      .k-editor{
        display: block
      }
</style>

Dojo - https://dojo.telerik.com/iZZPZIGg

Regression since 2022.1.119

Environment

  • Kendo UI version: 2024.4.1112
  • jQuery version: x.y
  • Browser: [all]
@github-actions github-actions bot added the FP: Unplanned Sync status with associated Feedback Item label Nov 20, 2024
@nelito987 nelito987 added Bug C: Editor jQuery Regression Broken functionality which was working previously SEV: Medium and removed FP: Unplanned Sync status with associated Feedback Item labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: Editor jQuery Regression Broken functionality which was working previously SEV: Medium
Projects
None yet
Development

No branches or pull requests

1 participant