feat: add HiliteContainer sysObject type with hover border and right-click context menu - #202
Draft
clauspruefer with Copilot wants to merge 1 commit into
Draft
feat: add HiliteContainer sysObject type with hover border and right-click context menu#202clauspruefer with Copilot wants to merge 1 commit into
clauspruefer with Copilot wants to merge 1 commit into
Conversation
…click context menu
Copilot created this pull request from a session on behalf of
clauspruefer
July 31, 2026 23:36
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new
HiliteContainersysObject that visually wraps one (singular) or multiple hierarchical (plural) child objects — drawing a border on hover and exposing a right-click context menu for actions like edit, move hierarchy, or any user-defined operation.New file:
www/sysObjHiliteContainer.jssysBaseObject; registered as"HiliteContainer"insysFactory.SetupClassesmouseenter/mouseleavetogglesysHiliteContainerBorderCSS class for hover highlightmousedown(button 2) openssysContextMenuusing the same pattern assysObjListsysContextMenu.close()to resetContextMenuOpenstate and clean up the border correctly after menu dismissalTextIDis setRuntimeGetDataFunc/RuntimeSetDataFuncstubs so all standard context-menu internal functions resolve without errorsCSS (
www/static/globalstyles.css).sysHiliteContainerRoot— base wrapper with transparent border for smooth CSS transition.sysHiliteContainerBorder— blue border + glow applied on hover.sysHiliteContainerLabel— compact header label styleDocs
appdev-objects.rst: new section 10.13 with attribute table, features, and singular/plural JSON examples; old 10.13 renumbered to 10.14appdev-context-menu.rst: note updated to includeHiliteContaineras a supported typeUsage example