Dongming

Members
  • Content count

    1
  • Joined

  • Last visited

Everything posted by Dongming

  1. Hi Experts, I'm using FusionChart trail edition, recently, I found an issue with Safari browser (both Mac and iPhone Safari), which could be reproduced. FusionChart works good in normal page, however, after I use window.history.pushState/replaceState functions to change current URL, all pie2d and doughnut2d charts would become black as the snapshot I enclosed. You can reproduce the issue by follow steps in a Safari browser: 1. Access the page http://www.ivytogo.com/dev/view.php?view=mjview&file=major.php&cmd=item&title=工程,通识&data=aWQlM0QzOTYlMjZjb2RlJTNEMTQuMDEwMSUyNm1uYW1lJTNEJUU1JUI3JUE1JUU3JUE4JThCJUVGJUJDJThDJUU5JTgwJTlBJUU4JUFGJTg2JUVGJUJDJTg4RW5naW5lZXJpbmclMkMlMjBHZW5lcmFsJUVGJUJDJTg5JTI2 2. After open the page, call window.history.replaceState(null,null,'test.php') in browser debug console. 3. Use mouse cursor hover on the doughnut2d chart, you will see the doughnut2d chart become black. Looking forward to your response. Thanks.