plottable icon indicating copy to clipboard operation
plottable copied to clipboard

IE11 flickers on adding new data and redomaining

Open crmorford opened this issue 9 years ago • 7 comments

Repro:

  1. go to http://jsfiddle.net/kcju4/
  2. remove left and right, add back left and right
  3. It'll flicker and redomain, instead of redomaining nicely like ff and chrome

crmorford avatar Jul 22 '14 21:07 crmorford

Maybe related to the use of RequestAnimationFrame, which hides the excess renders that are triggered when plots are added back in?

jtlan avatar Jul 31 '14 23:07 jtlan

@tkimcoop please verify if this still happens.

teamdandelion avatar Oct 17 '14 01:10 teamdandelion

We dont use requestAnimationFrame on IE, but we do use asynchronous rendering

teamdandelion avatar Oct 17 '14 01:10 teamdandelion

The flickering still happens

  1. go to http://jsfiddle.net/tkim/kcju4/2 on IE
  2. remove left and right, add back left and right
  3. It'll flicker and redomain, instead of redomaining nicely like ff and chrome

terekim avatar Oct 31 '14 18:10 terekim

Reproduced Fiddle http://jsfiddle.net/uymL5ka0/

aicioara avatar Jul 06 '15 22:07 aicioara

Confirm: still happens, but it is not that bad i.m.o

aicioara avatar Jul 06 '15 22:07 aicioara

Still happens ie11: http://jsfiddle.net/hellochar/uymL5ka0/1/

hellochar avatar Mar 24 '17 23:03 hellochar