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 320970 - Incorrect #####-overflow when zoomed
Incorrect #####-overflow when zoomed
Status: RESOLVED DUPLICATE of bug 310492
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other All
: Normal major
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2005-11-08 14:37 UTC by Lars Clausen
Modified: 2005-11-10 05:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Spreadsheet with constants replaced with #### (25.00 KB, application/vnd.ms-excel)
2005-11-08 14:38 UTC, Lars Clausen
Details

Description Lars Clausen 2005-11-08 14:37:41 UTC
In a departamentally created spreadsheet, some fields that should contain simple
constant values turn up as ####.  When I edit the fields, the value is there,
and I can edit it, but it still turns up ####.  I suspect the formatting of the
field breaks something.

In attached sheet, it happens in F21, F30, F33-34, F36-38.
Comment 1 Lars Clausen 2005-11-08 14:38:11 UTC
Created attachment 54467 [details]
Spreadsheet with constants replaced with ####
Comment 2 Morten Welinder 2005-11-08 14:52:57 UTC
"####" is Gnumeric's (and Excel's, for that matter) way of saying that the
number is too wide to be shown in the cell.

In this case, that isn't really true.  We seem to have a bug related to the
fact that the sheet is zoomed.  The numbers are shown as expected if you reset
the zoom to 100%.
Comment 3 Lars Clausen 2005-11-08 15:43:01 UTC
Probably has something to do with the use of "\ *" in the format.  Removing the
* made it work when zoomed as well, and it also works when printing.  Bug is not
quite so serious then, IMHO.
Comment 4 Andreas J. Guelzow 2005-11-10 05:56:38 UTC

*** This bug has been marked as a duplicate of 310492 ***