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 736395 - Zoom dialog hangs in full screen display mode
Zoom dialog hangs in full screen display mode
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other Linux
: Normal major
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2014-09-10 09:39 UTC by Jean Bréfort
Modified: 2014-09-10 11:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean Bréfort 2014-09-10 09:39:41 UTC
Actually when the sheet is displayed full screen, the zoom dialof is hiddn behind it and the application hangs.
Comment 1 Jean Bréfort 2014-09-10 09:45:00 UTC
Actually this concerns many dialogs, only the modal ones hang the application. Looks like it is related to <property name="type_hint">normal</property> in the glade files. When this property is dialog instead, things work correctly.
Comment 2 Morten Welinder 2014-09-10 11:44:28 UTC
I can certainly do a search-and-replace on that, if need be.


dialogs/advanced-filter.ui:    <property name="type_hint">normal</property>
dialogs/anova-one.ui:    <property name="type_hint">normal</property>
dialogs/anova-two.ui:    <property name="type_hint">normal</property>
dialogs/autofilter-expression.ui:    <property name="type_hint">normal</property>
dialogs/autofilter-top10.ui:    <property name="type_hint">normal</property>
dialogs/autoformat.ui:    <property name="type_hint">normal</property>
dialogs/autosave.ui:    <property name="type_hint">normal</property>
dialogs/chi-squared.ui:    <property name="type_hint">normal</property>
dialogs/consolidate.ui:    <property name="type_hint">normal</property>
dialogs/correlation.ui:    <property name="type_hint">normal</property>
dialogs/covariance.ui:    <property name="type_hint">normal</property>
dialogs/delete-cells.ui:    <property name="type_hint">normal</property>
dialogs/descriptive-stats.ui:    <property name="type_hint">normal</property>
dialogs/dialog-zoom.ui:    <property name="type_hint">normal</property>
dialogs/fill-series.ui:    <property name="type_hint">normal</property>
dialogs/formula-guru.ui:    <property name="type_hint">normal</property>
dialogs/fourier-analysis.ui:    <property name="type_hint">normal</property>
dialogs/goalseek.ui:    <property name="type_hint">normal</property>
dialogs/goto.ui:    <property name="type_hint">normal</property>
dialogs/insert-cells.ui:    <property name="type_hint">normal</property>
dialogs/mean-tests.ui:    <property name="type_hint">normal</property>
dialogs/merge.ui:    <property name="type_hint">normal</property>
dialogs/normality-tests.ui:    <property name="type_hint">normal</property>
dialogs/one-mean-test.ui:    <property name="type_hint">normal</property>
dialogs/principal-components.ui:    <property name="type_hint">normal</property>
dialogs/random-generation.ui:    <property name="type_hint">normal</property>
dialogs/rank.ui:    <property name="type_hint">normal</property>
dialogs/scenario-add.ui:    <property name="type_hint">normal</property>
dialogs/scenario-manager.ui:    <property name="type_hint">normal</property>
dialogs/search.ui:    <property name="type_hint">normal</property>
dialogs/shuffle.ui:    <property name="type_hint">normal</property>
dialogs/sign-test-two.ui:    <property name="type_hint">normal</property>
dialogs/sign-test.ui:    <property name="type_hint">normal</property>
dialogs/simulation.ui:    <property name="type_hint">normal</property>
dialogs/so-button.ui:    <property name="type_hint">normal</property>
dialogs/so-checkbox.ui:    <property name="type_hint">normal</property>
dialogs/so-frame.ui:    <property name="type_hint">normal</property>
dialogs/so-scrollbar.ui:    <property name="type_hint">normal</property>
dialogs/tabulate.ui:    <property name="type_hint">normal</property>
dialogs/variance-tests.ui:    <property name="type_hint">normal</property>
dialogs/view.ui:    <property name="type_hint">normal</property>
dialogs/wilcoxon-mann-whitney.ui:    <property name="type_hint">normal</property>
dialogs/workbook-attr.ui:    <property name="type_hint">normal</property>
Comment 3 Jean Bréfort 2014-09-10 11:51:55 UTC
I did it, just forgot to close the bug.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.