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

CKEditor does not detect link #6565

Closed
itsopi opened this issue Apr 6, 2020 · 3 comments
Closed

CKEditor does not detect link #6565

itsopi opened this issue Apr 6, 2020 · 3 comments
Labels
resolution:duplicate This issue is a duplicate of another issue and was merged into it. type:bug This issue reports a buggy (incorrect) behavior.

Comments

@itsopi
Copy link

itsopi commented Apr 6, 2020

πŸ“ Provide detailed reproduction steps (if any)

  1. Open a website.
  2. Copy website url.
  3. Paste copied url with Ctrl + Shift + V.
  4. Copy pasted url with Ctrl + C.
  5. Paste copied url with Ctrl + V.

βœ”οΈ Expected result

Url to be pasted as link.

❌ Actual result

Url is pasted as plain text.

πŸ“ƒ Other details

  • Browser: Chrome (latest version)
  • OS: Windows
  • CKEditor version: Latest
  • Installed CKEditor plugins: Link

If you'd like to see this fixed sooner, add a πŸ‘ reaction to this post.

@itsopi itsopi added the type:bug This issue reports a buggy (incorrect) behavior. label Apr 6, 2020
@Mgsy
Copy link
Member

Mgsy commented Apr 6, 2020

Hi, auto-linking isn't supported in CKEditor 5. Please, see the feature request to learn more.

@Mgsy Mgsy closed this as completed Apr 6, 2020
@Mgsy Mgsy added the resolution:duplicate This issue is a duplicate of another issue and was merged into it. label Apr 6, 2020
@itsopi
Copy link
Author

itsopi commented Apr 6, 2020

@Mgsy But it is working when I paste the link with Ctrl + V... The problem is when I do the steps above.

@Mgsy
Copy link
Member

Mgsy commented Apr 6, 2020

That's because Ctrl + Shift + V pastes the content as plain text. It means that it removes all the formatting and leaves only text. So, the editor treats inserted link as normal text which shouldn't be converted to link (and the mentioned feature from the request may handle this case).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution:duplicate This issue is a duplicate of another issue and was merged into it. type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

No branches or pull requests

2 participants