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 675821 - failure to read graph titles character styles from ODF
failure to read graph titles character styles from ODF
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export OOo / OASIS
git master
Other Linux
: Normal normal
: ---
Assigned To: Andreas J. Guelzow
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2012-05-10 16:24 UTC by Andreas J. Guelzow
Modified: 2012-05-11 18:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sample gnumeric file with a chart having a partially bold graph title (2.54 KB, application/x-gnumeric)
2012-05-10 16:24 UTC, Andreas J. Guelzow
Details

Description Andreas J. Guelzow 2012-05-10 16:24:21 UTC
Created attachment 213819 [details]
sample gnumeric file with a chart having a partially bold graph title

Gnumeric incorrectly saves formatted graph titles by retaining the pango markup rather than using the appropriate styles:

        <chart:title chart:style-name="GOG-0xb329800">
          <text:p>The &lt;b&gt;Graph&lt;/b&gt; Title</text:p>
        </chart:title>

On reading such a file Gnuemric than shows the raw string. The correct writing behaviour would be to use the appropriate ODF elements.
Comment 1 Andreas J. Guelzow 2012-05-11 06:20:45 UTC
We are now writing the titles correctly. We are still not reading them correctly.
Comment 2 Andreas J. Guelzow 2012-05-11 18:41:14 UTC
Fixed for the common character styles. Specifically fixed for the sample file.