antares1470

Results 28 comments of antares1470

> Would there be a use case for disabling the functionality package? Just looking for clarification on this and as to if it still is relevant. @aldebaran30701 I think the...

@aldebaran30701 is this still an issue? I've just given this a quick test with the reproducers you had mentioned but haven't been able to replicate

> @antares1470 Through testing I have found that the null pointer no longer occurs in rc v.2.8.0 or on the main branch but it did occur on v2.6.0, indicating that...

> @antares1470 In testing in v2.6.0 I am able to reproduce the null pointer and I believe it is caused because after a save the graph is closed and then...

This has been moved to [Brainstorm Ideas](https://github.com/constellation-app/constellation/wiki/Brainstorming-Ideas)

This may be because the attribute value was set before the controller for it was defined. Setting the value after the controller definition should resolve the issue (if that is...

> This behaviour only occurs when you first open the graph and doesn't seem to happen after deselecting and then subsequent ctrl+a presses. I too got this when testing purely...

> My proposed solution to this issue is to not use the program wide shortcut but instead execute the the select all plugin from a key listener on the graph...

My gut would say (without looking at the code) that there may be a call to `getActiveGraph()` that might be resulting in this behaviour

> > Just did some testing as well. Found a few things: > > > > 1. Are you able to update the first screenshot in the help page? This...