Skip to content

Fixed double click bug#69

Merged
ehennestad merged 4 commits intoVervaekeLab:devfrom
jesshaley:troubleshooting-jhaley
Mar 16, 2026
Merged

Fixed double click bug#69
ehennestad merged 4 commits intoVervaekeLab:devfrom
jesshaley:troubleshooting-jhaley

Conversation

@jesshaley
Copy link
Copy Markdown

Issue with nansen.App in the function onMouseDoubleClickedInTable. app.UiMetaTableViewer.getColumnNames returns the ColumnLabel but VariableName is returned by app.getTableVariableAttributes('HasDoubleClickFunction') . If the column label is different from it's variable name, no match is found. This should fix it.

Issue with nansen.App in the function onMouseDoubleClickedInTable. app.UiMetaTableViewer.getColumnNames returns the ColumnLabel but VariableName is returned by  app.getTableVariableAttributes('HasDoubleClickFunction') . If the column label is different from it's variable name, no match is found. This fixes it.
@jesshaley
Copy link
Copy Markdown
Author

@ehennestad there is another issue where the table returned by project.getTable('TableVariable') is showing DoubleClickFunctionNames for all custom table variables even those that to do not have functions in the class named onCellDoubleClicked.

@ehennestad ehennestad merged commit bf0dcf0 into VervaekeLab:dev Mar 16, 2026
3 checks passed
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