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

Bug 305494

Summary: [Spinner] Javascript error when using Spinner#setValues under some constellation
Product: [RT] RAP Reporter: Ivan Furnadjiev <ivan>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.3   
Target Milestone: 1.3 M6   
Hardware: All   
OS: All   
Whiteboard:

Description Ivan Furnadjiev CLA 2010-03-11 09:25:37 EST
Spinner#setValues allows minimum, maximum and selection to be set at once. In case of non overlapping ranges ( new minimum > old maximum for example ) a javascript error appears that the value is invalid. The solution is to write all minimum, maximum and selection at once to the client and adjust the range there.
Comment 1 Ivan Furnadjiev CLA 2010-03-11 09:26:21 EST
Changes are in CVS HEAD.