May 25, 2020, 4:07 PM
ASP.NET - Ext.Net 3.3 and Chrome 83.x issues
Hello, we faced some compatibility problems with the last Chrome update (currently 83.0.4103.61) that render our pages unusable. So far we found these problems:
- Grids with Buffered="true" doesn't load. When you call a sore.reload() the AJAX call does not start, so the grid remains in the "loading" stat forever.
- Both ext:FileUpload and asp:FlieUpload causes the same problem as before with non-buffered grids. Not always: some pages works correctly with FileUpload and Grid, some not. If you use <input> instead FileUpload, the problem doesn't occurs.
That's all we found so far.
Do you have any solution for these problems?
Thank you
- Grids with Buffered="true" doesn't load. When you call a sore.reload() the AJAX call does not start, so the grid remains in the "loading" stat forever.
- Both ext:FileUpload and asp:FlieUpload causes the same problem as before with non-buffered grids. Not always: some pages works correctly with FileUpload and Grid, some not. If you use <input> instead FileUpload, the problem doesn't occurs.
That's all we found so far.
Do you have any solution for these problems?
Thank you