The change picture modal is only staying open for a second or two, and then closing. This does not allow the user time to click on the save button, so the picture does not get saved.
If I set break points, sometimes I can get the modal to stay open, click save, and then the picture shows up in the [AppBinaryObjects] table as it is supposed to. How do I get the modal to stay open by itself and not close automatically after a second or two? Thanks!
6 Answer(s)
-
0
Hi @dallgood,
This might be a bug, which of the below template type do you use ?
- MVC 5.x & jQuery
- MVC 5.x & AngularJs
- ASP.NET Core & jQuery
- ASP.NET Core & Angular 2
Also, do you have any javascript error on your browser console when you open this dialog ?
Thanks
-
0
-
0
I am using the version MVC 5.x & jQuery (am wondering is that the same version in the demo) No errors that I can see...
-
0
Hi @dallgood,
Can you commnet out the like _modalManager.close(); in _ChangePictureModal.js and see if it still closes the modal ?
-
0
Hello, I downloaded the most recent project version today ( Project Type: ASP.NET MVC 5.x & jQuery, Project Version: v4.5.1 (latest), Framework: .NET Framework 4.6.1), and it now works. Thank you!
-
0
Great :)