On Thu, Aug 5, 2010 at 10:58 AM, Cedric BAIL <cedric.b...@free.fr> wrote:
> On Wed, Aug 4, 2010 at 3:00 AM, Dave Andreoli <d...@gurumeditation.it> wrote:
>> 2010/8/3 Rafael Antognolli <antogno...@profusion.mobi>:
>>> On Tue, Aug 3, 2010 at 2:52 PM, Rafael Antognolli
>>> <antogno...@profusion.mobi> wrote:
>>>> I have a simple test for edje that shows what seems to be a bug for
>>>> me. If you open this .edc, you'll see that there's a rectangle over
>>>> the background that gets resized when you left-click it, and resized
>>>> again to its original size when you right-click it. The problem is
>>>> that at the bottom a red line appears, indicating that the bottom edje
>>>> of this part moved, revealing the background. But in both states of
>>>> this part I set its relative position as follows:
>>>>
>>>> rel2 {
>>>>    to: "bg";
>>>>    relative: 1.0 1.0;
>>>>    offset: -1 -1;
>>>> }
>>>>
>>>> This is the same for both states of the part, but during the animation
>>>> it seems to be moved to something like:
>>>>
>>>> rel2 {
>>>>    to: "bg";
>>>>    relative: 1.0 1.0;
>>>>    offset: -1 -2;
>>>> }
>>>>
>>>> I think this is a rounding problem somewhere inside edje. Does anyone
>>>> has an idea where it should be? With some pointers I could try to
>>>> track this down later.
>>
>> I spotted this bug too, some time ago, don't have idea where it comes from :/
>> davemds
>
> I am a little bit lazy to try the edc, but are you using fixed point
> version of edje ?

No, happens with normal, floating point, desktop oriented, not strange Edje.
> --
> Cedric BAIL
>
> ------------------------------------------------------------------------------
> The Palm PDK Hot Apps Program offers developers who use the
> Plug-In Development Kit to bring their C/C++ apps to Palm for a share
> of $1 Million in cash or HP Products. Visit us here for more details:
> http://p.sf.net/sfu/dev2dev-palm
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to