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

rqt_reconfigure: After filtering, node selection gets reset even though some nodes were selected #18

Closed
130s opened this issue Jan 27, 2013 · 3 comments
Labels
Milestone

Comments

@130s
Copy link
Member

130s commented Jan 27, 2013

Possible bad situation: node boxes are shown on right-hand side but their item on left-hand is not selected. When user selects a node on LH, the corresponding box disappears from RH.


I described the problematic phenomenon in the question on stackoverflow (satisfactory responses from there can help solving this issue too).

Related to issue #17.

@ghost ghost assigned 130s Jan 27, 2013
@130s
Copy link
Member Author

130s commented Feb 19, 2013

Although this issue is not yet fixed, it becomes more trivial with 2420b6e. Set to untargeted.

@dirk-thomas
Copy link
Contributor

This hack (https://github.com/ros-visualization/rqt_common_plugins/blob/groovy-devel/rqt_reconfigure/src/rqt_reconfigure/node_selector_widget.py#L227) should be removed to avoid any non-synchronous behavior of the left and right column. After that the behavior should be modified that selections are always remembered even when a filter temporary hides them. After removing the filter the selection should be restored.

@dirk-thomas
Copy link
Contributor

This issue was moved to ros-visualization/rqt_reconfigure#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants