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 310055 - Top margin update changes header
Top margin update changes header
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Printing
git master
Other All
: Normal minor
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2005-07-11 19:40 UTC by Jon Kåre Hellan
Modified: 2005-07-11 19:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jon Kåre Hellan 2005-07-11 19:40:41 UTC
Please describe the problem:
When you change the top margin in page setup, press OK, and open page setup again,
there has been an equal and opposite change in the header. I.e. if to begin
with, top margin is 3 cm and header is 2, and you change top margin to 4 cm,

Steps to reproduce:
1. Set top margin to 3 cm. Close page setup.
2. Open page setup again, go to header/footer tab, set header to 2 cm. Close
This is the start state.
3. Open page setup again. Verify that top margin and header are 3 cm and 2 cm.
4. Change top margin to 4 cm. Switch to header/footer tab. header is still 2 cm.
Close.
5. Open page setup again. Top margin is 4 cm. Switch to header/footer tab.
header is now 1 cm. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Jon Kåre Hellan 2005-07-11 19:43:05 UTC
Top margin in memory and on disk is the sum of top margin and header in the
dialog. The reason for the bug was that the new top margin from dialog had not
been read when the sum was computed. Fixed in CVS.