Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Graphiti » Regressions with Graphiti 0.8.0M4 and GEF 3.7
Regressions with Graphiti 0.8.0M4 and GEF 3.7 [message #647887] Mon, 10 January 2011 10:32 Go to next message
Romain Raugi is currently offline Romain RaugiFriend
Messages: 15
Registered: July 2009
Junior Member
Hi,

I noticed two issues while testing the last milestone of Graphiti
(0.8.0M4 from the CVS) against GEF 3.7.

- The zoom animation does not work anymore when a graphic object is
selected. You can observe this behavior using the tutorial sample.

- With a zoom level different than 100%, it is difficult to create a
shape of an expected area (seems to not match the zoom level). Using the
tutorial sample:

* Set a zoom level of 1000%
* Click on a UMLClass in the palette.
* Mouse down and drag operation in the diagram.
* Drop, the object has not the expected size.

There have been refactorings done in GEF (impacting the CreationTool),
which can explain such issue.

Thanks,

Romain
Re: Regressions with Graphiti 0.8.0M4 and GEF 3.7 [message #648188 is a reply to message #647887] Tue, 11 January 2011 16:15 Go to previous messageGo to next message
Michael Wenz is currently offline Michael WenzFriend
Messages: 1931
Registered: July 2009
Location: Walldorf, Germany
Senior Member
Hi,

I was able to reproduce the zoom animation issue. This seems to be
introduced with GEF 3.7 (directly comparing the behavior of GEF 3.6 and 3.7
is now possible, the head CVS revision runs against both again).

But I could not reproduce the sizing issue in zoom level 1000. Do you have
more details on that?

Thanks,
Michael

"Romain Raugi" <romain.raugi@fr.ibm.com> wrote in message
news:igemse$biu$1@news.eclipse.org...
> Hi,
>
> I noticed two issues while testing the last milestone of Graphiti (0.8.0M4
> from the CVS) against GEF 3.7.
>
> - The zoom animation does not work anymore when a graphic object is
> selected. You can observe this behavior using the tutorial sample.
>
> - With a zoom level different than 100%, it is difficult to create a shape
> of an expected area (seems to not match the zoom level). Using the
> tutorial sample:
>
> * Set a zoom level of 1000%
> * Click on a UMLClass in the palette.
> * Mouse down and drag operation in the diagram.
> * Drop, the object has not the expected size.
>
> There have been refactorings done in GEF (impacting the CreationTool),
> which can explain such issue.
>
> Thanks,
>
> Romain
Re: Regressions with Graphiti 0.8.0M4 and GEF 3.7 [message #648267 is a reply to message #648188] Wed, 12 January 2011 08:10 Go to previous messageGo to next message
Romain Raugi is currently offline Romain RaugiFriend
Messages: 15
Registered: July 2009
Junior Member
This is a multi-part message in MIME format.
--------------040307040309030706000603
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit

Hi Michael,

The attached viewlet highlights the issue.

Thanks,

Romain

Le 11/01/2011 17:15, Michael Wenz a
Re: Regressions with Graphiti 0.8.0M4 and GEF 3.7 [message #648269 is a reply to message #647887] Wed, 12 January 2011 08:36 Go to previous messageGo to next message
Michael Wenz is currently offline Michael WenzFriend
Messages: 1931
Registered: July 2009
Location: Walldorf, Germany
Senior Member
Hi,

I had another closer look into issue 1 (zoom animation with selected object)
and found that i probably mixed up my installations and targetd yesterday
:-(

It works with Graphiti 0.7.0 running against GEF 3.6, but it does not work
correctly with the head version also running against GEF 3.6. So there
indeed is a regression. Could you please open a bugzilla to track that?

The other issue I still can't reproduce using the tutorial.

Thanks,
Michael

"Romain Raugi" <romain.raugi@fr.ibm.com> wrote in message
news:igemse$biu$1@news.eclipse.org...
> Hi,
>
> I noticed two issues while testing the last milestone of Graphiti (0.8.0M4
> from the CVS) against GEF 3.7.
>
> - The zoom animation does not work anymore when a graphic object is
> selected. You can observe this behavior using the tutorial sample.
>
> - With a zoom level different than 100%, it is difficult to create a shape
> of an expected area (seems to not match the zoom level). Using the
> tutorial sample:
>
> * Set a zoom level of 1000%
> * Click on a UMLClass in the palette.
> * Mouse down and drag operation in the diagram.
> * Drop, the object has not the expected size.
>
> There have been refactorings done in GEF (impacting the CreationTool),
> which can explain such issue.
>
> Thanks,
>
> Romain
Re: Regressions with Graphiti 0.8.0M4 and GEF 3.7 [message #648312 is a reply to message #648267] Wed, 12 January 2011 11:39 Go to previous messageGo to next message
Michael Wenz is currently offline Michael WenzFriend
Messages: 1931
Registered: July 2009
Location: Walldorf, Germany
Senior Member
Thanks Romain,

this made is clear. This seems indeed to be a regression introduced by GEF
3.7. I filed a bug against GEF:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=334073

Michael


"Romain Raugi" <romain.raugi@fr.ibm.com> wrote in message
news:igjn9v$ak2$1@news.eclipse.org...
Hi Michael,

The attached viewlet highlights the issue.

Thanks,

Romain

Le 11/01/2011 17:15, Michael Wenz a
Re: Regressions with Graphiti 0.8.0M4 and GEF 3.7 [message #648504 is a reply to message #648269] Thu, 13 January 2011 09:47 Go to previous message
Romain Raugi is currently offline Romain RaugiFriend
Messages: 15
Registered: July 2009
Junior Member
Hello Michael,

Here is the bugzilla for the zoom animation issue:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=334233

Thanks,

Romain

Le 12/01/2011 09:36, Michael Wenz a écrit :
> Hi,
>
> I had another closer look into issue 1 (zoom animation with selected object)
> and found that i probably mixed up my installations and targetd yesterday
> :-(
>
> It works with Graphiti 0.7.0 running against GEF 3.6, but it does not work
> correctly with the head version also running against GEF 3.6. So there
> indeed is a regression. Could you please open a bugzilla to track that?
>
> The other issue I still can't reproduce using the tutorial.
>
> Thanks,
> Michael
>
> "Romain Raugi"<romain.raugi@fr.ibm.com> wrote in message
> news:igemse$biu$1@news.eclipse.org...
>> Hi,
>>
>> I noticed two issues while testing the last milestone of Graphiti (0.8.0M4
>> from the CVS) against GEF 3.7.
>>
>> - The zoom animation does not work anymore when a graphic object is
>> selected. You can observe this behavior using the tutorial sample.
>>
>> - With a zoom level different than 100%, it is difficult to create a shape
>> of an expected area (seems to not match the zoom level). Using the
>> tutorial sample:
>>
>> * Set a zoom level of 1000%
>> * Click on a UMLClass in the palette.
>> * Mouse down and drag operation in the diagram.
>> * Drop, the object has not the expected size.
>>
>> There have been refactorings done in GEF (impacting the CreationTool),
>> which can explain such issue.
>>
>> Thanks,
>>
>> Romain
>
>
Previous Topic:Question on Graphiti 0.8 release
Next Topic:Graphiti releases download site url format
Goto Forum:
  


Current Time: Tue Apr 23 08:33:36 GMT 2024

Powered by FUDForum. Page generated in 0.03313 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top