Bug #50244 | Serious printing bug with tables inside layers. | ||
---|---|---|---|
Submitted: | 11 Jan 2010 15:53 | Modified: | 22 Jan 2010 2:29 |
Reporter: | David Peace | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Workbench | Severity: | S2 (Serious) |
Version: | 5.2.11 | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | foreign keys, layers, printing |
[11 Jan 2010 15:53]
David Peace
[11 Jan 2010 15:57]
David Peace
Here is an example of a problem file. Attempting to print\export this causes the bottom-right table to move to the top-left.
Attachment: example_bad_layers.mwb (application/octet-stream, text), 5.73 KiB.
[11 Jan 2010 15:59]
David Peace
Example of exported diagram to PDF format. You'll notice the bottom-right table moved to the top-left.
Attachment: example_bad_layers.pdf (application/pdf, text), 29.70 KiB.
[11 Jan 2010 16:05]
David Peace
Upon further investigation it appears that the tables are being placed at the same X\Y coordinate as they are IN the layer. Meaning if I place the table at an X,Y of 0,0 INSIDE the layer, it will instead appear at the 0,0 of the DIAGRAM instead. The coordinates should be printedtable.x = layer.x + tableinlayer.x printedtable.y = layer.y + tableinlayer.y Hope this additional information is useful.
[12 Jan 2010 7:20]
Valeriy Kravchuk
Thank you for the bug report. Verified just as described on 64-bit XP.
[22 Jan 2010 2:28]
Alfredo Kojima
This is a problem specific to Windows, the same model prints fine in Mac and Linux. We're investigating.
[22 Jan 2010 2:29]
Alfredo Kojima
duplicate of bug #47384