Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkbox tree of wizard to start a resource negotiation doesn't expand to show initial selection in older Eclipse versions #1055

Open
tobous opened this issue Jul 2, 2020 · 0 comments
Labels
Area: Eclipse Issue affecting Saros for Eclipse (Saros/E) Aspect: GUI Issues specific to the Saros GUI Aspect: User Experience Issue that describes a problem with the usability/user experience of Saros Prio: Low State: Open Confirmed issue not currently being worked on Type: Bug Issue that describes an unintended behavior of Saros

Comments

@tobous
Copy link
Member

tobous commented Jul 2, 2020

When opening the wizard to start a resource negotiation with pre-selected resources, the contained checkbox tree should be expanded to that all pre-selected base resources are visible. The logic for this behavior is in place, but it does not seem to function correctly in older Eclipse versions.

This issue is reproducible in Eclipse Photon (4.8.0) but is no longer reproducible in Eclipse 2019-9-R, so it has to have been fixed by Eclipse somewhere in-between.

I am not sure whether there is anything we can do about this if this is purely an upstream issue. This could be related to bug 74415. The proposed workaround of expanding first and selecting afterwards does not seem to work.

I mainly tested this with my rework of the wizard done in #1035, but it should also work with the previous wizard (if it contains logic to expand the tree to a specific level).

This issue does not seem to be OS specific as I was able to reproduce this under Linux and Window.

Steps to Reproduce

Requires the reworked wizard introduced in #1035.

  1. Connect to an XMPP account.
  2. Select a non-project folder in the project view (e.g. a src folder). Anything besides a project is fine (since projects are always visible by default and don't require any expansion).
  3. Right-click the folder and select "Share Resource(s)..."

Expected Behavior

The checkbox tree is expanded to show the selected folder. The entry for the folder is checked.

Actual Behavior

The checkbox tree is completely collapsed, only showing the project entries. (The folder entry is still selected and can still be manually expanded to.)

@tobous tobous added Type: Bug Issue that describes an unintended behavior of Saros Aspect: GUI Issues specific to the Saros GUI Aspect: User Experience Issue that describes a problem with the usability/user experience of Saros Area: Eclipse Issue affecting Saros for Eclipse (Saros/E) Prio: Low State: Open Confirmed issue not currently being worked on labels Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Eclipse Issue affecting Saros for Eclipse (Saros/E) Aspect: GUI Issues specific to the Saros GUI Aspect: User Experience Issue that describes a problem with the usability/user experience of Saros Prio: Low State: Open Confirmed issue not currently being worked on Type: Bug Issue that describes an unintended behavior of Saros
Projects
None yet
Development

No branches or pull requests

1 participant