on ‎2019 Aug 15 11:32 AM
This is an FPM application which is used to display a Gantt Chart and other information.
When the data volume is big, the application could not display or display well. The issue only happens in IE. While in Chrome, it displays well. If the data volume is small, it displays well both in IE and Chrome.
IE version: IE10 IE11.
While trace with a development tool, I find the issue always happens after a POST request. While the response status for this request is 200. So I think the data returned successfully. Encoding gzip is used for the request. Is it possible the issue is caused by decompressing the gzip file? Is there any restriction for IE to decompressing gzip file?
Of course, it may be caused by other reasons. Could anybody help me with this? Thanks in advance.
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
| User | Count |
|---|---|
| 17 | |
| 16 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.