Bug 1033827

Summary: Function selector window with function list is too small
Product: [Fedora] Fedora Reporter: Steven Usdansky <usdanskys>
Component: gnumericAssignee: Huzaifa S. Sidhpurwala <huzaifas>
Status: CLOSED EOL QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 22CC: belegdol, huzaifas, terra
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-07-19 19:27:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Bad function selector
none
Good function selector none

Description Steven Usdansky 2013-11-23 13:02:36 UTC
Created attachment 828083 [details]
Bad function selector

Description of problem:
Function selector window with function list is only three lines high - it used to be much larger. 

Version-Release number of selected component (if applicable):
gnumeric-1.12.8-1.fc21.x86_64
gtk3-3.11.0-1.fc21.x86_64
gtkmm30-3.10.1-1.fc21.x86_64

How reproducible:
100%

Steps to Reproduce:
1. Start gnumeric
2. click on function selection button
3.

Actual results:
Window containing function list is three lines high

Expected results:
Window containing function list is a dozen or so lines high

Additional info:
Displays properly with 
gtk3-3.8.4-1.fc19.x86_64
gtkmm30-3.8.1-2.fc20.x86_64

Comment 1 Steven Usdansky 2013-11-23 13:03:48 UTC
Created attachment 828084 [details]
Good function selector

Comment 2 Julian Sikorski 2013-11-24 07:22:52 UTC
Reproducible with:
gnumeric-1.12.8-1.fc20.x86_64
gtkmm30-3.10.1-1.fc20.x86_64
gtk3-3.10.4-1.fc20.x86_64
What makes it worse, the selector cannot be made larger despite the handle.
Morten, what do you think?

Comment 3 M Welinder 2013-11-24 21:05:00 UTC
Another GTK+ ABI break.

Try asking someone in GTK+ land if it rings a bell.  The ui file in
question is this one:

https://git.gnome.org/browse/gnumeric/tree/src/dialogs/function-select.ui

Comment 4 Steven Usdansky 2013-11-25 12:32:59 UTC
After realizing that glade3 (glade3-3.8.4-1.fc21.x86_64) actually looks for gtk+ 2.2.4, and I needed glade (glade-3.16.0-1.fc21.x86_64) to look work with the above ui file, it's clear that the fix is to set the expand property for vpaned1 to true.

So:


~$ diff -u Gnumeric.ui G_fixed.ui 
--- Gnumeric.ui	2013-11-25 06:18:32.783127050 -0600
+++ G_fixed.ui	2013-11-25 06:26:28.707369599 -0600
@@ -259,7 +259,7 @@
             </child>
           </object>
           <packing>
-            <property name="expand">False</property>
+            <property name="expand">True</property>
             <property name="fill">True</property>
             <property name="position">2</property>
           </packing>

Comment 5 M Welinder 2013-11-26 01:28:38 UTC
That works for my win32 build and appears harmless for older gtk+.
Committed upstream.

Comment 6 Jaroslav Reznik 2015-03-03 15:13:34 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle.
Changing version to '22'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22

Comment 7 Fedora End Of Life 2016-07-19 19:27:39 UTC
Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.