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 101775 - repeated rows entry values forgotten?
repeated rows entry values forgotten?
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Printing
1.1.x
Other other
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks: 67822
 
 
Reported: 2002-12-22 00:22 UTC by Wayne Schuller
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Wayne Schuller 2002-12-22 00:22:49 UTC
hi,

This is with 1.1.x current CVS - with my patch from 67822 applied (may be
related).

Do these steps:
1. Go to File->Page Setup (you get a window which says 'Print Setup' -
should it be 'Page Setup'??)
2. Go to the sheet tab.
3. Type in 1:1 in the repeated rows entry (or the columns equiv)
4. Click ok.
5. Repeat steps 1 + 2. You will notice that the typing in the repated rows
entry has been LOST.

I find it hard to see if my 67822 patch broke this...
Is it broken in other peopls cvs copies?
Comment 1 Jody Goldberg 2002-12-22 03:12:54 UTC
Yes it seems liek a result of the parsing change.  range_parse does  not handle
the generated results of the selection

    1:1 or A:A

it still assumes that things are of the form A1:B2

I'll fix it in a sec.
Comment 2 Jody Goldberg 2002-12-22 05:05:47 UTC
Fixed in cvs.

Things could still use some tuning to avoid the addition of absolute ref signs.
However, its at least usable.