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

Bug 308990

Summary: [Spinner] doesn't support negative values.
Product: [RT] RAP Reporter: Patrick Haun <P.Haun>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: P.Haun
Version: 1.2   
Target Milestone: 1.3 M7   
Hardware: All   
OS: All   
Whiteboard:

Description Patrick Haun CLA 2010-04-13 08:00:57 EDT
Build Identifier: Rap 1.2

final Spinner spinner = new Spinner(parent, SWT.BORDER);
spinner.setMinimum(Integer.MIN_VALUE);
spinner.setMaximum(Integer.MAX_VALUE);

Works as intended in SWT. RWT only allow positive values.

Reproducible: Always
Comment 1 Ivan Furnadjiev CLA 2010-04-14 08:21:22 EDT
Fixed in CVS HEAD.