libs-gui icon indicating copy to clipboard operation
libs-gui copied to clipboard

Fix issues with storyboards and segues

Open gcasa opened this issue 2 years ago • 1 comments

The purpose of this issue is to fix a number of remaining issues with NSPopover, principally the positioning issue and some issues with NSStoryboardSegue.

gcasa avatar Oct 09 '23 09:10 gcasa

@fredkiefer I am working on some of the issues with segues as we had discussed months ago. The code that does the action for the segue is not generating (or decoding) that object properly so some of the data is not present. I am going through the logic and fixing issues.

What's happening is that the popoverAnchorView isn't being decoded so the NSPopover is just appearing at a random place. There are also some other issues with that portion of the code. I would like to refactor things into separate classes for different kinds of segues, but I am not sure I am going to do that for this PR.

gcasa avatar Oct 11 '23 11:10 gcasa

OBE by refactor. No longer needed, so... closing.

gcasa avatar May 28 '24 00:05 gcasa