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

Support window dragging with CTRL+mouse-left drag in xy charts #637

Closed
bhufmann opened this issue Jan 26, 2022 · 1 comment · Fixed by #702
Closed

Support window dragging with CTRL+mouse-left drag in xy charts #637

bhufmann opened this issue Jan 26, 2022 · 1 comment · Fixed by #702
Labels
enhancement New feature or request Theia UI frontend

Comments

@bhufmann
Copy link
Collaborator

In comparison to Time Graph charts, the xy-chart hasn't implemented the window drag with CTRL+mouse left button drag nor with middle mouse button drag. This shall be added to the XY-charts. The cursor shall be update to the hand icon during this operation.

missing-middle-mouse-drag

@bhufmann bhufmann changed the title Support window dragging wiht CTRL+mouse left and middle mouse button in xy charts Support window dragging wiht CTRL+mouse-left and mouse-middle drag in xy charts Jan 26, 2022
Rodrigoplp-work added a commit to Rodrigoplp-work/theia-trace-extension that referenced this issue Mar 10, 2022
Zoom in into the xy-chart, press the control key and move the mouse with the
left mouse button pressed to move the data of the xy-chart to the left
or the right.

Lifting the control key while dragging does not stop the drag.

Fixes eclipse-cdt-cloud#637.

Signed-off-by: Rodrigo Pinto <rodrigo.pinto@calian.ca>
Rodrigoplp-work added a commit to Rodrigoplp-work/theia-trace-extension that referenced this issue Mar 22, 2022
Zoom in into the xy-chart, press the control key and move the mouse with the
left mouse button pressed to move the data of the xy-chart to the left
or the right.

Lifting the control key while dragging does not stop the drag.

Fixes eclipse-cdt-cloud#637.

Signed-off-by: Rodrigo Pinto <rodrigo.pinto@calian.ca>
Rodrigoplp-work added a commit to Rodrigoplp-work/theia-trace-extension that referenced this issue Mar 28, 2022
Zoom in into the xy-chart, press the control key and move the mouse with the
left mouse button pressed to move the data of the xy-chart to the left
or the right.

Lifting the control key while dragging does not stop the drag.

Fixes eclipse-cdt-cloud#637.

Signed-off-by: Rodrigo Pinto <rodrigo.pinto@calian.ca>
Rodrigoplp-work added a commit to Rodrigoplp-work/theia-trace-extension that referenced this issue Mar 28, 2022
Zoom in into the xy-chart, press the control key and move the mouse with the
left mouse button pressed to move the data of the xy-chart to the left
or the right.

Lifting the control key while dragging does not stop the drag.

Fixes eclipse-cdt-cloud#637.

Signed-off-by: Rodrigo Pinto <rodrigo.pinto@calian.ca>
Rodrigoplp-work added a commit to Rodrigoplp-work/theia-trace-extension that referenced this issue Mar 29, 2022
Zoom in into the xy-chart, press the control key and move the mouse with the
left mouse button pressed to move the data of the xy-chart to the left
or the right.

Lifting the control key while dragging does not stop the drag.

Fixes eclipse-cdt-cloud#637.

Signed-off-by: Rodrigo Pinto <rodrigo.pinto@calian.ca>
Rodrigoplp-work added a commit to Rodrigoplp-work/theia-trace-extension that referenced this issue Mar 30, 2022
Zoom in into the xy-chart, press the control key and move the mouse with the
left mouse button pressed to move the data of the xy-chart to the left
or the right.

Lifting the control key while dragging does not stop the drag.

Fixes eclipse-cdt-cloud#637.

Signed-off-by: Rodrigo Pinto <rodrigo.pinto@calian.ca>
Rodrigoplp-work added a commit to Rodrigoplp-work/theia-trace-extension that referenced this issue Apr 4, 2022
Zoom in into the xy-chart, press the control key and move the mouse with the
left mouse button pressed to move the data of the xy-chart to the left
or the right.

Lifting the control key while dragging does not stop the drag.

Fixes eclipse-cdt-cloud#637.

Signed-off-by: Rodrigo Pinto <rodrigo.pinto@calian.ca>
Rodrigoplp-work added a commit to Rodrigoplp-work/theia-trace-extension that referenced this issue Apr 6, 2022
Zoom in into the xy-chart, press the control key and move the mouse with the
left mouse button pressed to move the data of the xy-chart to the left
or the right.

Lifting the control key while dragging does not stop the drag.

Fixes eclipse-cdt-cloud#637.

Signed-off-by: Rodrigo Pinto <rodrigo.pinto@calian.ca>
Rodrigoplp-work added a commit that referenced this issue Apr 7, 2022
Zoom in into the xy-chart, press the control key and move the mouse with the
left mouse button pressed to move the data of the xy-chart to the left
or the right.

Lifting the control key while dragging does not stop the drag.

Fixes #637.

Signed-off-by: Rodrigo Pinto <rodrigo.pinto@calian.ca>
@bhufmann bhufmann added enhancement New feature or request Theia UI frontend labels Apr 7, 2022
@bhufmann
Copy link
Collaborator Author

bhufmann commented Apr 7, 2022

Created #732 to drag the implementation of middle mouse drag which was removed from the scope of this ticket.

@bhufmann bhufmann changed the title Support window dragging wiht CTRL+mouse-left and mouse-middle drag in xy charts Support window dragging with CTRL+mouse-left drag in xy charts Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Theia UI frontend
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant