Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Container size increases when it reaches server (Read 2522 times)
Kiran B
Full Member
***
Offline


I Love MindFusion!

Posts: 102
Joined: Apr 19th, 2013
Container size increases when it reaches server
Jan 15th, 2014 at 9:46am
Print Post  
Hi,

I am facing an issue in which the container size is increasing when it has child container nodes in it.
The size is increasing when it reaches the server side.

In the json data that is passed to sever i could see the actual size but after the below code if i check the width and height it will be increased.

var diagram=DiagramView.FromJson(diagramAsJson);

For example if i have a parent container with a nested container, the json data has width 63 and height 34. But after serialization the width becomes 72 and height becomes 57

Any way to use the actual width and height while serialization.

Thanks
Kiran B
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Container size increases when it reaches server
Reply #1 - Jan 16th, 2014 at 7:14am
Print Post  
Hi,

It's a bug. This version should fix it:
https://mindfusion.eu/_beta/mvcdiag17.zip

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint