Skip to content

WebViewer Timeline Specified in URL Interacts Weird With GUI Timeline Control #10558

Open
@ntjohnson1

Description

@ntjohnson1

To Reproduce
Steps to reproduce the behavior:

  1. Open a notebook
URL='rerun://<internal_path>:443/dataset/184FEF3C9F2F7C554040d9a9be7e4036?partition_id=ILIAD_sbd7d2c6_2023_12_24_16h_20m_37s&time_range=log_tick@1970-01-01T00:00:00.000000013Z..1970-01-01T00:00:00.000000018Z'
viewer = Viewer(
    width=int(WIDTH*1.2),
    height=HEIGHT,
    url=URL
)
display(viewer)

Then the viewer shows the default timeline from the blueprint and plays in it's entirety. Once the timeline window is maximized via the toggle then the time constraints apply appropriately but it doesn't switch over to the log_tick timeline.

Expected behavior
The url sets the timeline on load.

Metadata

Metadata

Assignees

No one assigned

    Labels

    notebookJupyter notebooks etc🪳 bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions