Chart will still trigger reflow after destoryed when window resize in internet explorer 8 #6746
Comments
Hi Pennnn, Thank you for reporting about the problem. However, I am unable to recreate the issue. Here's the code I used:
Steps:
All is fine, no error. @Pennnn Please provide a demo that will show the problem or a way to recreate, test and debug the issue. |
@Pennnn please supply us a full number of IE8 version. |
@KacperMadej thanks for your reply.
|
@sebastianbochan the version is 8.0.7601.17514 |
I think |
@Pennnn Thank you very much for the debugging and help. I was also able to check that only one event is being removed, so in case of 3 charts - 2 events are not removed and are causing errors. The problem seems to be as you have explained. |
@KacperMadej @TorsteinHonsi |
It seems that IE11 was just updated (?) and broke something - just today, you are the third user reporting this issue, see #11609 - @KacperMadej is investigating the issue, will update #11609 ticket once he's ready. Please follow #11609 Edit: |
Expected behaviour
In IE8, it should not trigger the reflow event when the chart has been destroyed.
Actual behaviour
In IE8, after the chart has been destroyed, but the event attach to window hasn't been correctly removed;
so it still invoke the reflow when window is resizing.
Live demo with steps to reproduce
Affected browser(s)
Internet explorer 8
The text was updated successfully, but these errors were encountered: