[kepler-dev] [Bug 3988] - Rectangle shifts position on resize

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Thu Apr 30 09:15:36 PDT 2009


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3988


cxh at eecs.berkeley.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #3 from cxh at eecs.berkeley.edu  2009-04-30 09:15 -------
I'm closing this, my solution was to modify the configuration
so that new RectangleAttributes are created with centered set
to true, which means that new RectangleAttributes will not have
this bug, but old ones will jump around slightly.  The alternative
would be to change the ctor to set centered to always be true,
which breaks existing models.  A complete fix would be to fix
the old models as well, but I believe this to be very difficult
and not worth the engineering time.  It is somewhat questionable
as to whether this bug should be closed, but my fix solves the
test case :-^.  A new bug could be opened to fix the jump in
existing RectangleAttributes . . .


More information about the Kepler-dev mailing list