We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Microsoft Edge Support

Hi,

Found issue running following demo on Edge Browser (Microsoft Edge 40.15063.0.0), it does  render in Edge browser, is there any work around or fix for this?

Thanks,
Charaka

Attachment: Bug_3103af50.zip

3 Replies

SG Shyam G Syncfusion Team August 1, 2017 06:27 AM UTC

Hi Charaka, 

  • In our diagram builder sample, when the diagram size exceeds the window size, the diagram will be rendered below the symbol palette and also we have hidden the scroll bar, so only you could not able to scroll it to view the diagram.
  • However we have already fixed this issue in the methods.js file of our diagram builder sample. The fix will be available in our volume 3,2017 release which is scheduled to release by the month of August,2017.
  • Could you please replace the below script file in your sample to resolve your reported issue.

Script file:methods.js 

Regards, 
Shyam G 



CH charaka August 1, 2017 11:27 AM UTC

Hi,

Thanks for the update, but i have tried with new fix, but still issue exist with my Edge version. have you tried with Edge browser version (Microsoft Edge 40.15063.0.0) ?

Note : this browser version came with windows 10 Creators Update

Thanks,

Charaka


Attachment: Bug_a1af5248.zip


SG Shyam G Syncfusion Team August 2, 2017 12:42 PM UTC

Hi Charaka, 
 
Could you please clear the browser history and check at your end? Still if you face issues, could you please replace the below code example in your sample and it is an workaround solution. However we are checking your issue in the Edge browser 40.15063.0.0 at our end and will update you the permanent solution once we test it in Edge browser. 
 
Code example: 
Methods.js 
 
function updateSize() { 
   var width = (window.innerWidth - $("#main-left").width()-100); 
    . . . .  
    . . .  
} 
function setDiagramSize(showpropeditor) { 
var width = (window.innerWidth - $("#main-left").width()-100); 
    . . . .  
    . . . 
} 
 
Regards, 
Shyam G 


Loader.
Live Chat Icon For mobile
Up arrow icon