-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Cancelling out of "Open Image" file explorer makes the program unresponsive #70
Comments
All currently open windows also become unresponsive (except to minimize/restore actions). |
checkpoint: We think the listener is not looking for the possible file explorer exit code and returning to where the file explorer was called from. |
I found the same problem as well. I clicked on the file menu option -> opened an image from the repository -> a new window opened with the picture, and I could quit the window. This makes me think that it is an interaction with the MAC OS rather than the program itself. In JMenu there is no code that shows the connection between the Finder Window and the application program. |
…elected is not the right file type it freezes. the goal of this commit to fix this problem. It also worked help fix issue MetroCS#70 that says when you click cancel on the dialog window the program crashes. This update that was focused on fix issue MetroCS#83 also fixe issue MetroCS#70. The fix to issue MetroCS#83 is not complete. It is eable to discern between the right type of file extension. It does not send a message to the user that it is the wrong file type, but it does allow the user to select another file. I worked on this edit on bluej and Mac OS
I would like to be assigned to this issue. |
Done! |
Fixed an error when cancelling out of selecting an item, the program froze and become unresponsive whilst throwing exceptions. Was told to that it was too hard-coded so I'm looking to fix that.
This reverts commit ecd2777.
When cancelling out of selecting an item, the program froze and become unresponsive whilst throwing exceptions, also when closing the program on intellij the program does not stop running. This fixed both of these issues while making them not hard-coded
Describe the bug
When you select the File > Open option and launch a file explorer and then close the file explorer without selecting an image, the program window becomes unresponsive.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The program should allow you to attempt to open a file again instead of freezing, or an error popup telling you no file was selected.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: