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

Bug 549000

Summary: AbstractSlider.getMinimum() returns erroneously "this._maximum"
Product: [RT] RAP Reporter: Thomas Hendel <hendel>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.9   
Target Milestone: 3.10   
Hardware: PC   
OS: Windows NT   
See Also: https://git.eclipse.org/r/145513
https://git.eclipse.org/c/rap/org.eclipse.rap.git/commit/?id=1682b9bdcb840db07401d4948a2fe66c95228cf3
Whiteboard:

Description Thomas Hendel CLA 2019-07-05 03:46:53 EDT
Found in AbstractSlider.js at line 98:

    getMinimum : function() {
      return this._maximum;
    },

that's obviously wrong :-)
Comment 1 Eclipse Genie CLA 2019-07-05 04:48:25 EDT
New Gerrit change created: https://git.eclipse.org/r/145513