id summary reporter owner description type status priority milestone component version resolution keywords cc 10829 CKEditor should prevent page to scroll by mouse wheel when focused. heaven "Hi, it is a pretty annoying behavior. Each time I need to reach the end of a large document and it starts to scroll the page. The work becomes a hell, lots of users complain on that. The correct behavior: * CKEditor should not capture scroll events until focused. So when user simply move cursor over it and scrolls it should not have any reaction and the page should scroll instead (as it shoudl by default). * When focused it should scroll '''only''' current editor's area and prevent events to reach the document. If user will need to scroll the page it is possible to move mouse out from the editor and scroll. That way users will not be afraid to use mouse wheel on the page. If they need to scroll the page — they'll be able to do so as usual. But when they work with an editor they will also be able to use mouse wheel safely, without moving the page. Also, my browser does support smooth scrolling (google chrome with additional plugin), which does not work because of all currently applied hacks. Let browser manage scrolling and only do evt.stopPropagation() if @active so it will only scroll the editors area. Please see the example video. I have to scroll '''each(!)''' ckeditor element to reach end of the page when I didn't event touch them. In other case, if I was working with specified document in the CKEditor and only was need to reach end of that document I would usually do a few very fast mouse wheel scrolls, but currently it will not work either, since it will reach end of document in editor and then reach end of the entire page. So both behaviors are broken." New Feature confirmed Normal General