hpx2206 / evoluspencil

Automatically exported from code.google.com/p/evoluspencil
0 stars 0 forks source link

Performances getting worse and worse with higher page complexity #276

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add many boxes/elements on a page
2. Try to move elements at the position you want

What is the expected output? What do you see instead?
It seems Pencil tries to align the element you're moving with every other 
elements on the page. It's very slow and it's getting slower and slower the 
more elements you add to your page.
It's also very difficult to position the element with the mouse, most of the 
time, you have to do it with the arrows keys but with big elements, this is 
also very very slow.

What version of the product are you using? On what operating system?
Evolus Standalone 1.2 under Linux Ubuntu 10.10 x86.

Please provide any additional information below.
One way to handle partly that problem would be to not try to align free 
elements with "locked" elements.

Original issue reported on code.google.com by lezardvi...@gmail.com on 15 Feb 2011 at 4:24