Skip to content

[jsroot] Scroll breaks on SWAN when using %rootbrowse #22727

Description

@aaronj0

Check duplicate issues.

  • Checked for duplicates

Description

This bug was observed during the summer student course on SWAN. Leads to some underlying crash and the browser seems somewhat stuck, scroll does not work.
The browser was Microsoft Edge on a Windows machine.

Reproducer

In SWAN:

with ROOT.TFile("my_file.root", "RECREATE") as f:
    h = ROOT.TH1D("my_histo", "Example histogram", 100, -4, 4)
    f.WriteObject(h, h.GetName())
%rootbrowse my_file.root

ROOT version

6.40

Installation method

SWAN LCG_110

Operating system

Linux

Additional context

No response

Metadata

Metadata

Assignees

Type

Fields

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions