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 728391 - nonsensical automatic chart size for manual position
nonsensical automatic chart size for manual position
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: 2014-04-17 03:21 UTC by Andreas J. Guelzow
Modified: 2014-05-07 15:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas J. Guelzow 2014-04-17 03:21:33 UTC
Create line chart
Open the properties window and click on 'Chart1'
Change the object position to manual

Note the nonsensical automatic size. The chart effectively disappears.
Comment 1 Jean Bréfort 2014-04-17 10:55:23 UTC
(In reply to comment #10 of bug 728197, supposing it is related with this one)

> <property name="manual-size">size</property>
> 
> Wouldn't it make more sense to have a boolean?

"size" was probably not well chosen, but a boolean would not work since there are other possible values: "none", "width", "height", and various "*-abs". It might have been "both" instead.
Comment 2 Morten Welinder 2014-04-17 12:27:28 UTC
I think we're stuck with "size".  Is there a place to document the meaning?
Comment 3 Jean Bréfort 2014-04-17 12:49:56 UTC
We are not stuck to "size", just if we change, we need to accept it when loading, what would you prefer "both", "full", or "height&width", or ...?
Comment 4 Jean Bréfort 2014-04-17 12:50:31 UTC
Just commited a patch for this bug, please test.
Comment 5 Andreas J. Guelzow 2014-04-17 14:11:56 UTC
The gui for size of a chart has only two settings: automatic and manual. From that point of view a boolean would have been fine. I gather in theory there are more options that cannot be set in the gui.
Comment 6 Jean Bréfort 2014-04-17 15:19:25 UTC
It has only two settings for now. But this might chenge (it will if I find time).
Comment 7 Morten Welinder 2014-05-07 15:24:44 UTC
Looks fixed.