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

Bug 492572

Summary: inputCompletion drop down for saved search results extends past its container
Product: [ECD] Orion Reporter: Curtis Windatt <curtis.windatt.public>
Component: ClientAssignee: Curtis Windatt <curtis.windatt.public>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: libingw
Version: 12.0   
Target Milestone: 12.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Curtis Windatt CLA 2016-04-27 12:20:04 EDT
Easiest way I found to reproduce in Orion
1) Use Ctrl+H to do workspace search
2) Do repeated searches with different text to add to saved entries
3) Shrink the height of the window very small
4) In search, click the drop down to display saved entries
Result:
The div that opens up extends past the search pane and forced the page height to increase.

If you are using the inputCompletion inside of a positioned or no-overflow dialog, such as the launch configuration wizard, this results in the list being cut off.

Also noticed Bug 440565 the positioning being wrong if I have a container that is scrollable
Comment 1 Curtis Windatt CLA 2016-04-27 12:34:48 EDT
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=7f6f84d344648d19242a0739c3a2660ab8de5aaa
Fixed in master

Libing, can you give a quick look at this?