Skip to content

add true overlay support to Visualizer App#311

Open
MarkmVak wants to merge 6 commits intodevelopfrom
mvakulen/superimpose
Open

add true overlay support to Visualizer App#311
MarkmVak wants to merge 6 commits intodevelopfrom
mvakulen/superimpose

Conversation

@MarkmVak
Copy link

No description provided.

@MarkmVak MarkmVak requested a review from rrivera747 March 17, 2026 23:56
");' " + chkDefaults[i] + "><label for='hudCheckbox" + i + "' >" + chkLabels[i] + "</label>";
str += "</div>";

var radioLabels = ["Tile","Replace","Superimpose (1D/Profile/Graph)"]; //test; FIXME superimpose is broken in jsroot v5.9.0 and v7.9.0 usage of this gui, "Superimpose"];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the 'test' comment? If this is working now, we should remove the "FIXME"

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

else //return to showing current directory
ViewerRoot.hud.changeDirectory(getPath(currDirPtr)); //return and refresh directory contents from server
} //end toggleAdminControls()
if(!ViewerRoot.hudAutoHide) return self.handleWindowResize(); //if not autohide lock size
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this intentional to have self replace ViewerRoot and ViewerRoot.hud? Was this a bug that you are fixing?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, intentional. self keeps the correct HUD object inside the callback, because this may change there.

Copy link
Contributor

@rrivera747 rrivera747 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some merge conflicts to resolve. And I left some comments to be resolved.

Mu2e and others added 5 commits March 20, 2026 19:18
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
@MarkmVak MarkmVak force-pushed the mvakulen/superimpose branch from 3aebee4 to 1aedcec Compare March 21, 2026 00:29
var animationTargetTop, isDropDownAnimating, isDropDownDown;

var hudDirBrowserDiv;
var hudAdminSettingsDiv;
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants