| Summary: | [Field Assist] - popup shell not dismissing correctly | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Susan McCourt <susan> |
| Component: | UI | Assignee: | Susan McCourt <susan> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | daniel_megert |
| Version: | 3.2 | ||
| Target Milestone: | 3.2 M5 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 120237 | ||
|
Description
Susan McCourt
In all Platform Text, JDT Text and JDT UI use cases the code assist popup and the additional info popup are closed and not moved. That makes sense (closing the popups). I overlooked this in the implementation, and will fix. The dismissal in general is not implemented. two more scenarios from bug #120237: - open code assist for 'replace' field, decide to edit 'find' field by clicking into it ==> code assist stays open and when hitting 'Ctrl+Space' I have two code assists popups. - open code assist and wait for the hover then switch to another application ==> hover stay on top of this application. Fixed >20060201 verified in 20060214-0800 on Win XP - find/replace patch from bug #120237 - field assist example - popup closes when dialog is moved - popup closes when another app is activated - popup closes when another field in the dialog is clicked, so there's no way to have two of them |