You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Expected Behavior: Resizing the browser window should not cause the timeline to shift significantly. The selected time range should remain visible, or the timeline should scale proportionally without altering the user’s focus.
Current Behavior: The timeline shifts out of view, requiring the user to manually scroll back to the desired time range.
Steps to Reproduce
Navigate to a timeline view in Open MCT.
Select a specific time range.
Resize the browser window (either shrinking or expanding).
Observe how the timeline jumps, moving the selected time range out of view.
Environment
Open MCT Version: 4.1.0-next / RC11
Deployment Type: localhost
OS: macOS / Windows 10
Browser: Chrome / Firefox
Impact Check List
Data loss or misrepresented data?
Regression? Did this used to work or has it always been broken?
Is there a workaround available? (Manual scrolling back to the time range)
Does this impact a critical component?
Is this just a visual bug with no functional impact?
Does this block the execution of e2e tests?
Does this have an impact on Performance?
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.
The text was updated successfully, but these errors were encountered:
@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?
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
Expected Behavior: Resizing the browser window should not cause the timeline to shift significantly. The selected time range should remain visible, or the timeline should scale proportionally without altering the user’s focus.
Current Behavior: The timeline shifts out of view, requiring the user to manually scroll back to the desired time range.
Steps to Reproduce
Environment
4.1.0-next / RC11
localhost
macOS / Windows 10
Chrome / Firefox
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.
The text was updated successfully, but these errors were encountered: