[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2023-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

Robert Großkopf  changed:

   What|Removed |Added

 Attachment #120369|0   |1
is obsolete||
 Attachment #120370|0   |1
is obsolete||

--- Comment #35 from Robert Großkopf  ---
Created attachment 187815
  --> https://bugs.documentfoundation.org/attachment.cgi?id=187815=edit
Test document with different bullets an different levels.

Result for the test document is unusable together with LO 7.4.7, because
min-width is set to '0' - see
https://bugs.documentfoundation.org/attachment.cgi?id=181862=edit

With LO 7.1.5.2 you could repair the first level, but other levels will appear
like the first level, don't will get more indent as it looks in *.odt-file.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2023-06-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #34 from Svante Schubert  ---
I would appreciate if someone could enhance the test document having multiple
list levels and all possible features with different numbers for testing:
https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part3-schema/OpenDocument-v1.3-os-part3-schema.html#property-text_list-level-position-and-space-mode

Created an external issue that might be mapped later to bugzilla:
https://github.com/oasis-tcs/odf-tc/pull/50

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2023-06-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #33 from Svante Schubert  ---
In Robert's ODT all XML uses correctly a dot '.' and not ',' therefore the ','
are added later and there are some possibilites of the culpit:

I would like to provide some guidance to narraow down the possibilites!

1. I have checked the latest XSLT filter and could not view any ',' being
added.
By using his input document locally without LibreOffice (LO) the XSLT
spreadsheet could be sorted out (for the latest sources).
We (Michael Stahl and I) have a little test enviornment for the OASIS ODF TC
that runs on Linux for the ODF2HTML XSLT, see
https://github.com/oasis-tcs/odf-tc - especially the readme at:
https://github.com/oasis-tcs/odf-tc/#odf2html-transformation-not-yet-automated-regression-tests


2. Be aware that not the ODT but a single XML is being provided to the ODT XSLT
stylesheets by LibreOffice. 
To check the final flat file format, add an XSLT filter using the IDENT
(identicall) transformation:
https://github.com/oasis-tcs/odf-tc/blob/master/src/test/resources/odf1.4/tools/ident.xsl
for instance using the fodt suffix
as import/export filter, by this simply save to fodt format :-)
NOTE: We added some QA guidance on how to add a stand-lone LO office,
Configuration and pretty printing for ODF file XML in the ODF TC docu:
https://github.com/oasis-tcs/odf-tc/#odf-editing-tool (just use the office you
like)

3. Most likely the XSLT processor adds some localizied decimal-separator.
Those who have the problem might want to install the XSLT 2.0 extension (see
above docu as well that uses Saxon processor instead - but do not forget to
fill thbe check-box using XSLT 2.0 at the XSLT filter configuration).


Last but not least, I had been started writing this XSLT filter in my junior
days early 2000 where HTML 4.0 was not fully implemented by browsers. When I
look at the ODF of the test document using
https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part3-schema/OpenDocument-v1.3-os-part3-schema.html#property-text_list-level-position-and-space-mode
I realized that nowadays CSS text-indent might be used:
https://caniuse.com/?search=text-indent
Helpful and efficient is to get into inspect mode (mouse context on selected
HTML or press F12 on keyboard) and alter the HTML/CSS to watch if this might
work.
I consider doing some hack-fest on HTML XSLT at our next LibreOffice Conference
in Bucharest, fixing the given test document.. :-)
Sorry, close to no spare pro-bono time ahead (already quite booked).. ;-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2023-05-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

Robert Großkopf  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||5182

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2022-08-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #27 from Buovjaga  ---
(In reply to Robert Großkopf from comment #26)
> Seems this is getting worse.
> 
> At this moment I could only export with LO 7.1.5.2, open a text editor and
> remove 
> :0, with :0.
> :1, with :1.
> 
> With LO 7.2.5.2 and newer versions I can't get a tab between bullet and
> following text. Bullet will disappear inside the text. Seems we have to
> revert to the old behavior…
> 
> Have had this trouble every time I have updated the German Base Handbuch, so
> I didn't test it before.

I am not seeing any visual difference with the bullet.

The change is seen in the style, where the min-width for the bullet span used
to be 0.635cm and is now 0cm.

I bisected the change with the help of the command line conversion:

instdir/program/soffice --convert-to "html:XHTML Writer File:UTF8" --outdir
~/libobugs ~/libobugs/decimalseparator_xhtml.odt

The changing commit is
https://git.libreoffice.org/core/commit/9d3b39cf9fed9a305ac23d1ecaaafc8f7caaeeb0
HTML XSLT: Missing paragraph BORDER of stand-alone border paragraph
(@style:join-border problem)

However, I don't understand why the XHTML filter exports the bullet in such a
silly way:

•

It manually inserts a bullet character! The HTML filter does not do this
silliness.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2022-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #32 from Robert Großkopf  ---
Created attachment 181862
  --> https://bugs.documentfoundation.org/attachment.cgi?id=181862=edit
After replacing :0, with :0. and :1, with :1. it looks well in LO 7.1.5.2 - but
not in LO 7.4.0.2

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2022-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #31 from Robert Großkopf  ---
Created attachment 181861
  --> https://bugs.documentfoundation.org/attachment.cgi?id=181861=edit
Result export with LO 7.4.0.2

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2022-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #30 from Robert Großkopf  ---
Created attachment 181860
  --> https://bugs.documentfoundation.org/attachment.cgi?id=181860=edit
Result export with LO 7.1.5.2

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2022-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #29 from Robert Großkopf  ---
Created attachment 181858
  --> https://bugs.documentfoundation.org/attachment.cgi?id=181858=edit
Original for export to xhtml

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2022-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #28 from Robert Großkopf  ---
(In reply to Buovjaga from comment #27)
> > 
> > At this moment I could only export with LO 7.1.5.2, open a text editor and
> > remove 
> > :0, with :0.
> > :1, with :1.
> > 
> > With LO 7.2.5.2 and newer versions I can't get a tab between bullet and
> > following text. Bullet will disappear inside the text. Seems we have to
> > revert to the old behavior…
> > 
> > Have had this trouble every time I have updated the German Base Handbuch, so
> > I didn't test it before.
> 
> I am not seeing any visual difference with the bullet.

Try the new attached documents. Original *.odt and export with LO 7.1.5.2 and
also LO 7.4.0.2. Both exports will look the same. Now remove 
:0, with :0.
:1, with :1.
There won't be found :0, in the document exported with LO 7.4.0.2. The export
doesn't change but the export with LO 7.1.5.2 will look right.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2022-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #26 from Robert Großkopf  ---
Seems this is getting worse.

At this moment I could only export with LO 7.1.5.2, open a text editor and
remove 
:0, with :0.
:1, with :1.

With LO 7.2.5.2 and newer versions I can't get a tab between bullet and
following text. Bullet will disappear inside the text. Seems we have to revert
to the old behavior…

Have had this trouble every time I have updated the German Base Handbuch, so I
didn't test it before.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2021-05-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

stragu  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||2483

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


[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2021-05-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

Michael Warner  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||2352

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


[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2021-05-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #25 from stragu  ---
I now get "min-width:0cm" when exporting with LO 7.2 alpha1:

•

Version info:

Version: 7.2.0.0.alpha1+ / LibreOffice Community
Build ID: 4a9eef7849a75ba91806886ea9c96d114c8d56f9
CPU threads: 8; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-05-22_06:45:25
Calc: threaded

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


[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2021-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #24 from Robert Großkopf  ---
There is only fixed a part of this report. There also appear
"margin-left:1,27cm;". There must be something going wrong deeper in the code
which sometimes sets the German decimal separator. Looks as if its not
recognized as a number …

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


[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2021-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

Xisco Faulí  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
   Assignee|ger...@familiegrosskopf.de  |libreoffice-b...@lists.free
   ||desktop.org

--- Comment #23 from Xisco Faulí  ---
Dear Gerrit Großkopf,
This bug has been in ASSIGNED status for more than 3 months without any
activity. Resetting it to NEW.
Please assign it back to yourself if you're still working on this.

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


[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2020-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

Gerrit Großkopf  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |ger...@familiegrosskopf.de
   |desktop.org |

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


[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2020-10-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #16 from Gerrit Großkopf  ---
I made a commit at https://gerrit.libreoffice.org/c/core/+/104544, this gerrit
configuration is new to me, i usually only use git, but I over all like the
Interface, good thing i don't have to install gerrit, last time i tried that it
deleted my username on deinstaling it again xD

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


[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2020-10-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #15 from Gerrit Großkopf  ---
adjusting "$listLabelWidth" to "translate($listLabelWidth,',','.')" in the File
filter/source/xslt/odf2xhtml/export/xhtml/body.xsl in Lines 2045 and 2107 fixes
this for me, preparing a pull request at the moment...

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


[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2019-06-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #14 from Robert Großkopf  ---
Bug still exists in LO 6.2.5.2 on OpenSUSE 15 64bit rpm Linux

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

[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2019-06-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #13 from QA Administrators  ---
Dear robert,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2018-06-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #12 from rob...@familiegrosskopf.de ---
Bug still exists with LO 6.0.5.2, OpenSUSE 42.3 Leap, 64bit rpm Linux.

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


[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2018-06-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #11 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2017-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #10 from rob...@familiegrosskopf.de ---
Bug still exists with LO 5.3.1.1, OpenSUSE 42.1 Leap, 64bit rpm Linux.

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


[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2017-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #9 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present on a currently supported version of
LibreOffice 
(5.2.5 or 5.3.0  https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the version of
LibreOffice and 
your operating system, and any changes you see in the bug behavior

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
a short comment that includes your version of LibreOffice and Operating System

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3)

http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to "inherited from OOo";
4b. If the bug was not present in 3.3 - add "regression" to keyword


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug-20170306

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


[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2016-03-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

Beluga  changed:

   What|Removed |Added

   Keywords|regression  |implementationError

--- Comment #8 from Beluga  ---
(In reply to robert from comment #7)
> Seem this feature has been added with LO 4.0. I will set this one as
> "regression". Could be it is wrong to set this as "regression", because the
> feature doesn't exist before.

Let's change to implementationError

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


[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2016-03-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

rob...@familiegrosskopf.de changed:

   What|Removed |Added

   Keywords||regression
Version|4.4.6.3 release |4.0.0.3 release

--- Comment #7 from rob...@familiegrosskopf.de ---
Have tested a little bit more. The bug first appears with LO 4.0.0.3. Up to LO
3.6.7.2 the created code shows only '0' for min-with. So no min-with is defined
at all.
Seem this feature has been added with LO 4.0. I will set this one as
"regression". Could be it is wrong to set this as "regression", because the
feature doesn't exist before.

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


[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2015-11-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #6 from Beluga  ---
I get
min-width:NaNcm;

Setting to NEW.

Ubuntu 15.10 64-bit 
Version: 5.0.2.2
Build ID: 00m0(Build:2)
Locale: en-US (en_US.UTF-8)

-- 
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


[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2015-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #3 from rob...@familiegrosskopf.de ---
(In reply to A (Andy) from comment #2)
> For me not reproducible with LO 5.0.3.2, Win 8.1

Could be I have to describe a little bit better:
1) Open the attached *.odt-file
2) Go to File → Export (not: File → Save As)
3) Select format XHTML
4) Save the file

There will appear a file with *.html (better should have *.xhtml).
Code is something like this:
...
•One bullet.
Decimalseparator for margin on left ...

The min-width is set wrong here.

If doing File → Save As the code is totally different. It produces 
...

One bullet. Decimalseparator
for margin on left ...

No min-width is set here. The format isn't the same. For exporting a book (like
Base-Handbook) it is unusable.

-- 
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


[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2015-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #4 from A (Andy)  ---
Thanks for your reply.  But unfortunately not reproducible for me.

I get: "•One
bullet. Decimalseparator for margin on left side should be 0.6"

Maybe a Linux only issue?

-- 
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


[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2015-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #5 from rob...@familiegrosskopf.de ---
I have set back the user-profile here. Same behavior. I changed to the
LO-Version of OpenSUSE - same behaviour. Changed to LO 4.1.6 (have installed
many LO-versions parallel) - same behavior.

My System: OpenSUSE 13.2 64bit rpm Linux.

Seems we have to look for another person with Linux.

-- 
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


[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2015-11-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

A (Andy)  changed:

   What|Removed |Added

 CC||stgohi-lob...@yahoo.de

--- Comment #2 from A (Andy)  ---
For me not reproducible with LO 5.0.3.2, Win 8.1

-- 
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


[Libreoffice-bugs] [Bug 95662] XHTML-Export: Export to html produces wrong decimalseparator together with bullets

2015-11-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95662

--- Comment #1 from rob...@familiegrosskopf.de ---
Created attachment 120370
  --> https://bugs.documentfoundation.org/attachment.cgi?id=120370=edit
XHTML-file produced by LO while exporting - wrong decimal-separator for
min-width

-- 
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