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

Bug 396835

Summary: [List][Combo] Lists can scroll over maximum in IE7/8
Product: [RT] RAP Reporter: Tim Buschtoens <tbuschto>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: tbuschto
Version: 2.0   
Target Milestone: 2.0 RC1   
Hardware: All   
OS: All   
Whiteboard:

Description Tim Buschtoens CLA 2012-12-18 08:34:38 EST
It is possible to scroll a List (or Combos dropdown) further than should be possible using the mouse wheel. It does not always work, so to reproduce the bug it may be required to move and click around the List a bit.

Tested with IE9 in IE7/8 compatibility mode.
Not reproduceable with RAP 1.5 or IE9 standard mode.
Comment 1 Tim Buschtoens CLA 2013-01-04 12:33:08 EST
Fixed with commit 3f3d03457f3975c4e8111b5ac8005e11d1ec8bb1.

Took a while to figure out, but because the OUTER list item element had no overflow:hidden style set, the vml-element that renders the selection background (if it's a gradient) increased the size of the container, allowing the mousewheel to scroll further if one of the last few items was selected.