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

MS Edge support #423

Closed
Reinmar opened this issue Apr 18, 2017 · 2 comments
Closed

MS Edge support #423

Reinmar opened this issue Apr 18, 2017 · 2 comments
Labels
type:feature This issue reports a feature request (an idea for a new functionality or a missing option).
Milestone

Comments

@Reinmar
Copy link
Member

Reinmar commented Apr 18, 2017

Let's follow here all the issues with Edge.

NOTE: Having the dev tools open makes Edge extremely unstable. This is ridiculous... but you need to test it with the console closed.

STATUS UPDATE: #423 (comment).

Engine

Ticket: https://github.com/ckeditor/ckeditor5-engine/issues/923.

And this happened (most likely that's a problem with re-rendering again):

apr-18-2017 21-37-57

Utils

Ticket: https://github.com/ckeditor/ckeditor5-utils/issues/150

  • nth() test fails
    • May not be critical, but it's worth reporting to MS as this is a pure JS issue.
  • isRange() test fails
    • Due to missing new Range() support.

Typing

  • Each typed letter creates a new undo snapshot.
    • Got fixed after fixing the new Range() usage in the engine.
  • One failing test.
    • Let's remove it. It caused problems in the past too.

UI

Clipboard

Core

Clean!

Features

  • Autoformat – clean.
  • Basic styles – clean.
  • Block quote – failing tests – most likely related to the failing engine tests.
  • Builds – clean.
  • Editors – clean.
  • Enter – clean.
  • Heading – clean.
  • Image – clean.
  • Link – clean.
  • List – clean.
  • Markdown GFM – clean.
  • Paragraph – clean.
  • Theme Lark – clean.
  • Undo – clean.
  • Widget – clean.

Possible other issues

@Reinmar Reinmar self-assigned this Apr 18, 2017
@Reinmar Reinmar added candidate:1.0.0 type:feature This issue reports a feature request (an idea for a new functionality or a missing option). labels Apr 18, 2017
@Reinmar
Copy link
Member Author

Reinmar commented Apr 21, 2017

Ok, I went through all the engine manual tests. I encountered only two issues – the selection locking and incorrect mutations. And of course I learnt even more how bad Edge dev tools are: https://twitter.com/reinmarpl/status/855339000613150725

@Reinmar
Copy link
Member Author

Reinmar commented Apr 24, 2017

Okey dokey.

I've reviewed most of the things and, fortunately, I was able to either fix issues or they turned to be rather harmless.

Automated tests

Not all tests pass but more than 99%, so this is really good. Most of the broken tests are related to https://github.com/ckeditor/ckeditor5-ui/issues/214 so we can wait for Edge 15. Most importantly, these are the results for the engine:

Edge 14.14393.0 (Windows 10 0.0.0): Executed 3285 of 3285 (3 FAILED) (23.374 secs / 22.187 secs)

One of these tests are unstable and the other two are related to some problems with selectionchange being fired poorly. But both are kinda edge cases so could be potentially ignored.

Manual tests

Here things also look quite well... if not the F12 tools. Edge's dev tools make it so terribly unstable that it renders them useless. However, with the dev tools closed the editor works really stable except two issues:

  • Only plain text is available in the clipboard – ckeditor/ckeditor5-clipboard#20. This was a big and sad surprise for me. I remember reporting this 2 years ago when Edge was one of two browsers which lacked the Clipboard API. Now it's the only one...
  • There are some problems with the selection – https://github.com/ckeditor/ckeditor5-engine/issues/928. In certain cases, it's really stubborn and freezes when you try making it by mouse. I was also able to reproduce very similar issue in CKE4 which has nothing to do with selection changes (it doesn't re-render selection) so it proves that the problem is on the Edge side. I reported a bug to them... let's hope that it will be resolved.

What's next?

We're gonna support Edge just like other browsers – Chrome, Opera, Safari and Firefox. We don't need any particular actions to be taken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature This issue reports a feature request (an idea for a new functionality or a missing option).
Projects
None yet
Development

No branches or pull requests

1 participant