We have a web application that allows exporting/saving of a file but we encountered a problem recently that instead of the notification bar, the classic dialog box for saving is displayed as shown below:
Actually, this doesn't concern us much but the weird thing is that when the user clicks Open, it works.
When the user click Save as; it prompts for a filename and saves the file.
When the user click Save, the dialog box dismisses and nothing happens. Nothing is saved in the temporary folders nor on the default assigned save folder. With this, we know that the code works since we can successfully save the file using save as and open. But why not on Save? on other machine, instead of this dialog box, we are prompted with the default Notification bar and all is working well with Open, Save and Save As.
So two things here,
1. Why is the classic save dialog displayed instead of the notification bar at the bottom. I believe we can no longer control whether to use the notification bar or not.
2. Why only the Save button doesn't work when the classic Save dialog box is used