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

Bug 414466

Summary: [Combo] Wrong drop-down list position if bounds and listVisible are set together
Product: [RT] RAP Reporter: Ivan Furnadjiev <ivan>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 2.2 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Ivan Furnadjiev CLA 2013-08-06 04:29:22 EDT
If Combo bounds and listVisible are set together ( in the same request ), drop-down list appears in wrong ( previous ) position.
Comment 1 Ivan Furnadjiev CLA 2013-08-06 07:01:08 EDT
Drop-down list location ( bounds ) calculation is based on Combo DOM element position. Thus, Combo bounds have to be applied to the DOM before setting the list bounds. The solution is to set the list bounds just before appearing of the list ( on list appear event).

Fixed with commit 5d45670b79040dd9ce5a2e6d762d81edf3843198.