SylvainTI / wwwsqldesigner

Automatically exported from code.google.com/p/wwwsqldesigner
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

FK connector lines will not draw past CSS 'area' property boundries #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load a database structure that is larger than the 'area' property
boundary in the 'styles/style.css' config file
2. Create a new foreign key constraint, or view existing FK constraint
connector lines
3. Scroll to the bottom of the defined CSS 'area' boundary and either view
that the existing connector lines going to tables located below the
boundary area are 'cut off', or drag a table with an existing FK connector
line below the boundary and note that the lines are cut off.

What is the expected output? What do you see instead?
Expected that the FK connector lines would continue to be drawn past the
'boundary', as the tables are correctly rendered past this point.

I see that the lines are 'cut off', although when dragging a table around
under the 'boundary', the lines continue to update and be drawn above the
'boundary'.

What version of the product are you using? On what operating system?

Latest stable download as of 06/30/2009. Fedora 10 Linux
2.6.27.21-170.2.56.fc10.x86_64 #1 SMP Mon Mar 23 23:08:10 EDT 2009 x86_64
x86_64 x86_64 GNU/Linux

Please provide any additional information below.
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009061118
Fedora/3.0.11-1.fc10 Firefox/3.0.11

Original issue reported on code.google.com by dosboss...@gmail.com on 1 Jul 2009 at 7:32

GoogleCodeExporter commented 9 years ago
This is intended behavior. Vector canvas must have fixed dimensions and these 
are set
to correspond with the "drawing canvas" area.

Feel free to enlarge this element by adjusting the relevant CSS properties. 
This will
adjust the vector space as well.

Original comment by ondrej.zara on 1 Jul 2009 at 8:38