-
Notifications
You must be signed in to change notification settings - Fork 40
t/951: DomConverter should actively prevent unwanted scrolling on focus #952
Conversation
…ebKit. Closes #951.
A more complete solution would be to look for all elements up in the tree (starting from the editable) which have |
R- for a different reason, though. AFAIU this issue concerns Blink and Webkit. So:
I'm not 100% sure that the latter is a good idea, but it's something worth checking. The Webkit thing should be resolved though. |
This PR also closes https://github.com/ckeditor/ckeditor5-engine/issues/707. |
I'm a little bit confused what you meant by this. |
That this is not only about Webkit. This is about Webkit and Blink. Right? So why is there |
Ah... so you're referring to ckeditor/ckeditor5-utils#156 (comment), right? |
Yep. But it's not only about the code but also communication (issue, PR title, changelog, etc.). |
I made the fix generic for all web browsers in 7431a14. Checked Firefox and Edge, and nothing looks wrong so I guess we may go with it this way. |
It seems that it also fixed https://github.com/ckeditor/ckeditor5-engine/issues/706! :) |
Would be green light but I miss a manual test. It's something that you need to test manually. OTOH... it's also an issue which we see quite well when using the editor. So, ok – I'm merging :) |
Suggested merge commit message (convention)
Fix:
DomConverter
should actively prevent unwanted scrolling on focus. Closes ckeditor/ckeditor5#4068. Closes ckeditor/ckeditor5#3903.Additional information
Requires ckeditor/ckeditor5-utils#156.