After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 337545 - [win32] cell border animation (walking ants) looks wrong
[win32] cell border animation (walking ants) looks wrong
Status: RESOLVED OBSOLETE
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other Windows
: Normal trivial
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on: 162790
Blocks:
 
 
Reported: 2006-04-06 19:44 UTC by j.gnome
Modified: 2014-01-30 03:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Animated gif showing the problem (16.04 KB, image/gif)
2009-02-08 14:17 UTC, j.gnome
Details

Description j.gnome 2006-04-06 19:44:08 UTC
Windows XP, Gnumeric 1.6.2-rc1

The "walking ants" cell border animation after ctrl-c looks wrong.

1. Select B2
2. Press Ctrl-c, down, down

The border animation of cell A1 looks wrong.
Comment 1 j.gnome 2006-04-06 19:44:31 UTC
It's a bit hard to explain, but the cell border alternates between these states:
"-- -- -- -- "
" -- -- -- --"

when it used to be something like:
"- - - - - - "
" - - - - - -"

The animation is not "symmetric" anymore.
Comment 2 j.gnome 2006-04-06 19:45:09 UTC
I think this regressed between versions 1.5.2-rc2 and 1.5.3-rc1.
Comment 3 j.gnome 2006-04-07 05:47:28 UTC
(In reply to comment #0)
> The border animation of cell A1 looks wrong.

That should've been B2, obviously.
Comment 4 Jody Goldberg 2008-03-01 17:35:22 UTC
This appears fixed in the new development packages.
   http://www.gnome.org/~jody/gnumeric/win32/gnumeric-1.9.0-win32-20080301.exe
Comment 5 j.gnome 2008-11-20 17:25:03 UTC
http://www.gnome.org/~jody/gnumeric/win32/gnumeric-1.9.3-20081017.exe has this bug again.

Do you want this bug reopened or should I file a new bug?
Comment 6 Jody Goldberg 2009-02-06 03:19:18 UTC
I'm not seeing it with the 20090205 build.   Could you re-check ?
Comment 7 j.gnome 2009-02-08 14:17:34 UTC
Created attachment 128230 [details]
Animated gif showing the problem

Not fixed with the 20090205 build.

I made an animated gif that hopefully illustrates the problem.

Above:
gnumeric-1.9.4-20090205-debug.exe: cell animation looks wrong (not symmetric)

Below:
gnumeric-1.5.2-rc2.exe: cell animation ok (symmetric)
Comment 8 Jody Goldberg 2009-02-10 02:15:44 UTC
sounds like some of the more recent work on this in gtk space has broken things.

Tor : any ideas ?
Comment 9 Andreas J. Guelzow 2009-12-31 22:18:17 UTC
Is this still the case in the latest Windows version of Gnumeric (released late November) 20091130 ?
Comment 10 j.gnome 2010-01-01 15:36:58 UTC
Yes, the animation still looks wrong with the latest version (gnumeric-1.9.16-20091130.exe)
Comment 11 Morten Welinder 2014-01-30 03:06:23 UTC
The drawing code for gtk3 as used in Gnumeric 1.12.x is completely different,
so I am tentatively marking this as obsolete.

We alternate between drawing

   ----    ----    ----
and
       ----    ----    ----


I imagine things would be smoother if we did

   ----    ----    ----
    ----    ----    ----
     ----    ----    ----
      ----    ----    ----