wbstr / vaadin-multifileupload

12 stars 23 forks source link

Edge hangs when modal is true #38

Open evanzel opened 8 years ago

evanzel commented 8 years ago

Microsoft's Edge needs a refresh (F5) after upload finishes when uploadStateWindow.setModal(true); or it just hangs. Latest Vaadin version with Push automatic tested.

oikonomopo commented 5 years ago

Check if helps: #71

evanzel commented 5 years ago

Have already implemented such a solution. Also, restoring the poll interval in AllUploadFinishedHandler. Still the bug is sometimes there when Push is enabled.