Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 519486

Summary: Endless layout loop on the client when using ScrolledComposite in Chrome
Product: [RT] RAP Reporter: Ivan Furnadjiev <ivan>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3    
Version: 3.1   
Target Milestone: 3.3 M1   
Hardware: PC   
OS: Windows 7   
See Also: https://git.eclipse.org/r/#/c/101032/
Whiteboard: sr321?

Description Ivan Furnadjiev CLA 2017-07-11 03:36:00 EDT
In the latest version of Chrome I observed that getScrollLeft/Top now return fractional numbers. As result Scrollable.js#_syncClientArea runs into endless layout loop as scrollbar position (int value) is never the same as scrollLeft/Top (fractional).