When P2 dependency resolution fails, Eclipse shows a generic error popup "Problems occurred while performing provisioning operation. Operation plan must be resolved". When this popup appears and is dismissed, it causes the "Confirm Selected Features" remediation dialog to go behind the main Eclipse window, making it hidden to users.
Steps to Reproduce:
- Install plugins (Through Install New Software) with version constraints (e.g., plugin A 1.1.1 + plugin B with plugin A constraint [1.1.1, 1.1.2))
- Attempt to update plugin A to version 1.2.0+
- Generic error popup appears: "Problems occurred while performing provisioning operation. Operation plan must be resolved"
- Click OK on error popup
- Install Remediation dialog is now hidden behind main Eclipse window
Expected: Remediation dialog should remain visible on top
Actual: Remediation dialog goes behind main Eclipse window after error popup is dismissed