Bug #57133 Color boxes around tables in the diagram
Submitted: 30 Sep 2010 11:01 Modified: 1 Oct 2010 8:24
Reporter: Carlos Quiros Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S2 (Serious)
Version:5.2.28 OS:Linux (Slackware 13)
Assigned to: CPU Architecture:Any
Tags: Color boxes tables diagram

[30 Sep 2010 11:01] Carlos Quiros
Description:
Hi,

I just built WorkBench 5.2.28 from sources and all my diagrams appear with weird color boxes around every table.

See this image for example: http://www.qlands.com/other_files/workbencherror.jpg

Every time the mouse pass over any table, the color boxes change colors randomly.

I built 5.2.27 and it does not has this bug.

How to repeat:
It happens with all my models

Suggested fix:
Don't know
[30 Sep 2010 11:18] Johannes Taxacher
this sounds like you created a debug build, can you confirm that?
[30 Sep 2010 15:28] Carlos Quiros
I built it using the autogen.sh file with just --prefix=/usr

It generated this configuration line:

./configure --enable-maintainer-mode --prefix=/usr

Carlos
[1 Oct 2010 3:43] Alfredo Kojima
Try building with --disable-debug, seems something in your setup is forcing a #define DEBUG
[1 Oct 2010 8:24] Carlos Quiros
Yes, the --disable-debug did the job.

Many thanks,
Carlos.