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

Bug 294296

Summary: [Combo] Scrolling changes selection even if not focused
Product: [RT] RAP Reporter: Ralf Heydenreich <rheydenr>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.2   
Target Milestone: 1.3 M3   
Hardware: All   
OS: All   
Whiteboard:

Description Ralf Heydenreich CLA 2009-11-05 05:16:03 EST
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)
Build Identifier: 1.2.1.20090813-1453

If you look at
http://rap.eclipsesource.com/rapdemo/examples#Input%20Widgets there are
several comboboxes (tested with Firefox 3.5 and IE8). If I move the
mouse over one of them (e.g. "Country") and scroll the mouse wheel, the
values changes. I didn't select the combobox before. In SWT scrolling only occurs if the combobox has the focus.

Reproducible: Always

Steps to Reproduce:
See description.
Comment 1 Ivan Furnadjiev CLA 2009-11-05 08:13:12 EST
This is valid for CCombo, Spinner, Scale and Slider too. Table, Tree and ScrolledComposite are scrolling without a focus too.
Comment 2 Ivan Furnadjiev CLA 2009-11-05 11:36:47 EST
Combo, CCombo, Spinner, Scale, Slider, DateTime (Date/Time) are fixed. Only focused widgets can change their selection with mouse wheel.