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 607451 - rows and columns that should be repeated are actually printed only once
rows and columns that should be repeated are actually printed only once
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Printing
git master
Other Linux
: Normal normal
: ---
Assigned To: Andreas J. Guelzow
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2010-01-19 14:26 UTC by Jean Bréfort
Modified: 2010-01-19 18:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sample file (11.22 KB, application/x-gnumeric)
2010-01-19 14:26 UTC, Jean Bréfort
Details

Description Jean Bréfort 2010-01-19 14:26:27 UTC
Created attachment 151762 [details]
sample file

New gnumeric, add some data in column A (enough so that prinitnig needs at least two pages), in page setup, select row 1 as titles ro print, then print preview. Content of A1 only appears on page 1.
Comment 1 Andreas J. Guelzow 2010-01-19 17:16:54 UTC
The problem happens in load_repeat_range which essentially just call parse_range. It claims that there are no repeated rows requested although it correctly gets 1:1.
Comment 2 Andreas J. Guelzow 2010-01-19 17:23:37 UTC
I should note that for repeat rows of A1 load_repeat_range works correctly and the problem must occur later.
Comment 3 Andreas J. Guelzow 2010-01-19 18:27:43 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.