If I click inside the boundaries of the model errors window, the following error occurs:
========================================
Error
No application is associated with the specified file for this operation
========================================
No application is associated with the specified file for this operation
------------------------------------------
========================================
Stack trace
========================================
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Origam.UI.ModelCheckResultWindow.errorListBox_SelectedIndexChanged(Object sender, EventArgs e)
at System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ListBox.WmReflectCommand(Message& m)
at System.Windows.Forms.ListBox.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
If the window should stay interactive, I’d expect to open a browser with the folder where the file belongs.
Also hitbox for the click seems to be whole dialog window. The hitbox should be limited to the path to the file.