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

Word paste is broken in Edge #3128

Closed
Pratibha-M opened this issue Oct 16, 2018 · 1 comment
Closed

Word paste is broken in Edge #3128

Pratibha-M opened this issue Oct 16, 2018 · 1 comment

Comments

@Pratibha-M
Copy link

Expected behavior.

When copy pasting from word document to froala demo page there should be a 'Word paste detected' popup.

Actual behavior.

It does not give any popup when pasted in Edge and the formatting is not proper when pasting the list items.
Pasting the list items from word to Chrome or IE adds them as UL/LI's but in Edge they are added as P tags.

Steps to reproduce the problem.

Open froala demo page in MS Edge and copy paste the list items from word document.
The list items are added directly without a popup.
In the code view can see the items are actually added as P tags instead of UL/LI elements.

Word doc:
List items.docx

Pasted list items into froala editor in Edge (Bug):
word paste_edge

Pasted in Chrome (Expected):
word paste_chrome

OS.

Windows 10

Browser.

Microsoft Edge 42.17134.1.0

@stefanneculai
Copy link
Contributor

Unfortunately, in MS Edge we're getting the HTML like this from the browser clipboard and there is not too much we could do to convert it to lists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants