nasa / openmct

A web based mission control framework.
https://nasa.github.io/openmct/
Other
12.03k stars 1.25k forks source link

Timeline view shifts unexpectedly when resizing browser window #7884

Open kiruthikpurpose opened 1 week ago

kiruthikpurpose commented 1 week ago

Summary

When resizing the browser window in the Timeline view, the timeline unexpectedly shifts, often pushing the selected time range out of view. This disrupts user workflow, especially when monitoring real-time data. The issue occurs during window resizing and requires users to manually scroll back to the desired time range.

Expected vs Current Behavior

Steps to Reproduce

  1. Navigate to a timeline view in Open MCT.
  2. Select a specific time range.
  3. Resize the browser window (either shrinking or expanding).
  4. Observe how the timeline jumps, moving the selected time range out of view.

Environment

Impact Check List

Additional Information

This issue is particularly disruptive in scenarios where precise real-time monitoring is required. Anchoring the timeline view to the selected time range during window resize or applying proportional scaling could resolve this issue.

ozyx commented 4 days ago

@kiruthikpurpose Thanks for reporting this. When you refer to "Timeline view", are you referring to a specific domain object such as a Time Strip, Plan, or Gantt Chart? Or are you referring to the global time conductor (at the bottom of the screen)?

Also, if it's possible, could you provide a video?