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 678793 - overwritten dialog labels
overwritten dialog labels
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Charting
git master
Other Linux
: Normal normal
: ---
Assigned To: Jean Bréfort
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2012-06-25 14:33 UTC by Andreas J. Guelzow
Modified: 2012-06-25 19:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (175.38 KB, image/png)
2012-06-25 14:33 UTC, Andreas J. Guelzow
  Details
screenshot after patch (75.96 KB, image/png)
2012-06-25 19:03 UTC, Andreas J. Guelzow
  Details
patch to place Affine and Order at the bottom (1.42 KB, patch)
2012-06-25 19:17 UTC, Andreas J. Guelzow
committed Details | Review

Description Andreas J. Guelzow 2012-06-25 14:33:23 UTC
Created attachment 217206 [details]
screenshot

When creating an XY plot with attached polynomial regression curve, I see the dialog issue marked in the attached screen shot.
Comment 1 Jean Bréfort 2012-06-25 16:26:50 UTC
I can't reproduce. Which gtk+ version are you using?
Comment 2 Andreas J. Guelzow 2012-06-25 17:04:16 UTC
I am using gtk 3.2:

ii  libgtk-3-0                                    3.2.0-0ubuntu6                             GTK+ graphical user interface library

I observe the problem for PolynomialRegression lines attached to an xy plot.
Comment 3 Andreas J. Guelzow 2012-06-25 17:06:42 UTC
It does not seem to be Polynomial Regression specific. In Linear Regression the "Used Data"-label and "Affine"-checkbox are in the same location.
Comment 4 Jean Bréfort 2012-06-25 17:18:16 UTC
The test in gog-lin-reg.c line 159, might be wrong, please test with 3,4,0 instead of 3,2,0
Comment 5 Andreas J. Guelzow 2012-06-25 18:18:59 UTC
Changing line #159 in gog-lin-reg.c has no obvious effect. We also need to insert rows to shift the existing items down. (Is this done by attach_next_to in 3.4 ?)


This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Comment 6 Jean Bréfort 2012-06-25 18:46:36 UTC
No, you don't need to insert new lines, the new items must go to the bottom.
Comment 7 Andreas J. Guelzow 2012-06-25 19:00:48 UTC
If we put them to the bottom then the "Affine" and "Order" items would be below "Used data" and "Drawing Limits". Is that really intended?
Comment 8 Andreas J. Guelzow 2012-06-25 19:03:57 UTC
Created attachment 217233 [details]
screenshot after patch

When I insert rows the dialgo looks like in this screenshot. How does your dialog look in the 3.4 version?
Comment 9 Jean Bréfort 2012-06-25 19:15:54 UTC
Answering #7, yes this is the intention: the custom widgets below the common ones.
Comment 10 Andreas J. Guelzow 2012-06-25 19:17:57 UTC
Created attachment 217236 [details] [review]
patch to place Affine and Order at the bottom

This patch would place Affine and Order at the bottom.

Note that this looks strange since some of the labels are bold and so Affine and order now looks like a sub item of "Drawing Limits"