gtDMMB / RNAStructViz

Visualization, comparison, and analysis of RNA secondary structures via a cross-platform GUI
https://github.com/gtDMMB/RNAStructViz/wiki
GNU General Public License v3.0
17 stars 5 forks source link

blank diagram window #105

Open ceheitsch opened 2 years ago

ceheitsch commented 2 years ago

The first time a diagram window is opened for a folder it is blank. If the blank one is closed, then the next one opened is fine:

Blank diagram window:

Screen Shot 2022-05-16 at 3 01 42 PM .

ceheitsch commented 2 years ago

Sometime the first blank one appears briefly, and then disappears. In this case, the second one is still blank but the third one is fine.

maxieds commented 2 years ago

The most recent commit message reflects that I am not able to completely reproduce the issue here. On my system, the window is minimized automatically, and when it is manually maximized again by the user everything redraws correctly from what I can see. I think that these changes should fix the bug. It will need more testing to verify on the target system where this issue appeared.

@ceheitsch I am marking the release (and corresponding brew formula) as a prerelease (beta) version. This is how to install it to see if the issue is fixed:

$ brew tap gtDMMB/homebrew-core
$ brew update
$ brew reinstall --verbose gtDMMB/core/rnastructviz
maxieds commented 2 years ago

@maxieds closed this as completed in https://github.com/gtDMMB/RNAStructViz/commit/09c123e89a2411bd4181d2be42322c7d8aaade1b 19 minutes ago

This is weird. All I did to invoke the issue getting closed was to mention the issue (by its number: #105) in the commit message. Maybe this is a non-standard repo/admin/commit configuration option on GH? It seems like it's good practice to refer to the issue that led to the changes. OTOH, just having mentioned it does not imply a mature fix to the bugs witnessed in the issue.

At any rate, I do not have the permissions on the gtDMMB organization pages to dig into to why this happens.