https://bugs.freedesktop.org/show_bug.cgi?id=70670

Owen Genat <owen.ge...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|Other                       |All
                 OS|Windows (All)               |All
             Status|UNCONFIRMED                 |NEW
           Keywords|                            |regression
     Ever confirmed|0                           |1

--- Comment #1 from Owen Genat <owen.ge...@gmail.com> ---
Confirmed. Status set to NEW. Platform to All/All. The version could possibly
be set back to v4.0.6.2, although the problem may stem from earlier in the
v4.0.x series as this appears to be a regression in the v4.x series. Added
Keyword regression. 

I have loaded the provided attachment under Ubuntu 10.04 x86_64 in these
versions:

- v3.3.0.4 OOO330m19 Build: 6
- v3.4.6.2 OOO340m1 Build: 602
- v3.5.7.2 Build ID: 3215f89-f603614-ab984f2-7348103-1225a5b
- v3.6.7.2 Build ID: e183d5b
- v4.0.6.2 Build ID: 2e2573268451a50806fcd60ae2d9fe01dd0ce24
- v4.1.3.2 Build ID: 70feb7d99726f064edab4605a8ab840c50ec57a

Only v4.0.6.2 and v4.1.3.2 display the text "t [°C]" at top right of the chart
rotated at 90deg (it should be 0deg). Under both v4.0.6.2 and v4.1.3.2 setting
it to 0deg, saving, exiting, and reloading shows it once again displayed with
90deg rotation. Object 1/content.xml shows:

<style:style style:name="ch11" style:family="chart">
   <style:text-properties fo:font-size="11pt" fo:font-weight="bold"
style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
...
<chart:title svg:x="22.207cm" svg:y="0.831cm" chart:style-name="ch11">
   <text:p>t [°C]</text:p>
</chart:title>

By comparison the "[E Wh]" legend at bottom right of the graph has this XML:

<style:style style:name="ch6" style:family="chart">
   <style:chart-properties style:rotation-angle="0"/>
   <style:text-properties fo:font-size="10.5pt" fo:font-weight="bold"
style:font-size-asian="9pt" style:font-size-complex="9pt"/>
</style:style>
...
<chart:title svg:x="21.539cm" svg:y="13.193cm" chart:style-name="ch6">
   <text:p>E [Wh]</text:p>
</chart:title>

I thought the style:chart-properties element with style:rotation-angle
attribute might be missing from the first title, but opening the attachment
under v3.6.7.2 and saving it under this version does not change the listed XML
at all. The older versions simply seem to render the title in correct
orientation.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to