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 725375 - spurious frozen pane
spurious frozen pane
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Main System
git master
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2014-02-28 07:41 UTC by Andreas J. Guelzow
Modified: 2014-02-28 19:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas J. Guelzow 2014-02-28 07:41:30 UTC
new gnumeric
hide column headers
save the file
quit

new gnumeric
open the above file
note that the top row is now frozen.
Comment 1 Andreas J. Guelzow 2014-02-28 15:42:18 UTC
It also appears to be impossible to unfreeze that pane.
Comment 2 Morten Welinder 2014-02-28 15:45:17 UTC
Confirmed.  The only difference in the file between the above and a blank
file is creating time and this one:

-    <gnm:Sheet DisplayFormulas="0" HideZero="0" HideGrid="0" HideColHeader="0" HideRowHeader="0" DisplayOutlines="1" OutlineSymbolsBelow="1" OutlineSymbolsRight="1" Visibility="GNM_SHEET_VISIBILITY_VISIBLE" GridColor="0:0:0">
+    <gnm:Sheet DisplayFormulas="0" HideZero="0" HideGrid="0" HideColHeader="1" HideRowHeader="0" DisplayOutlines="1" OutlineSymbolsBelow="1" OutlineSymbolsRight="1" Visibility="GNM_SHEET_VISIBILITY_VISIBLE" GridColor="0:0:0">

So the file is right and the problem is in loading.
Comment 3 Andreas J. Guelzow 2014-02-28 16:55:41 UTC
I encountered the problem with loading the corresponding odf file. So it comes down to:

 g_object_set (sheet, "display-column-header", ..., "display-row-header", ..., NULL);
Comment 4 Morten Welinder 2014-02-28 19:19:07 UTC
GUI problem.

This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.