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

Bug 295664

Summary: [Combo] Scrolling with MouseWheel does not work
Product: [RT] RAP Reporter: Benjamin Wolff <eclipse>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 1.3 M4   
Hardware: All   
OS: All   
Whiteboard:

Description Benjamin Wolff CLA 2009-11-19 19:00:18 EST
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)
Build Identifier: RAP 1.3 M3

Scrolling in the expanded list of a Combo with the MouseWheel does not work.
Same behaviour in Firefox 3.5 and IE7, works in RCP.

Reproducible: Always

Steps to Reproduce:
Can be reproduced in the RAP Workbench Demo for example.
Comment 1 Ivan Furnadjiev CLA 2009-11-20 16:15:31 EST
The mouseWheel event is not prevented in Combo.js#_onMouseWheel if the event target is List or ListItem. Fixed in CVS HEAD.