[Libreoffice-bugs] [Bug 72640] RTL: numbering alignment issue with doc and docx files

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

Eyal Rozenberg  changed:

   What|Removed |Added

 Blocks||155489


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=155489
[Bug 155489] [META] DOC
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 72640] RTL: numbering alignment issue with doc and docx files

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

Justin L  changed:

   What|Removed |Added

Version|4.1.2.3 release |Inherited From OOo

--- Comment #28 from Justin L  ---
repro 7.6+

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

[Libreoffice-bugs] [Bug 72640] RTL: numbering alignment issue with doc and docx files

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

Justin L  changed:

   What|Removed |Added

 OS|Windows (All)   |All
   Hardware|x86 (IA32)  |All
 CC||jl...@mail.com

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

[Libreoffice-bugs] [Bug 72640] RTL: numbering alignment issue with doc and docx files

2021-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72640

--- Comment #27 from Justin L  ---
Created attachment 171367
  --> https://bugs.documentfoundation.org/attachment.cgi?id=171367&action=edit
72640_lefNumberingAlign.docx: minimal, from-scratch example.

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2021-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72640

--- Comment #26 from Justin L  ---
There is a choice of "left" and "start".  But based on the results and a
comment in the documentation, it sounds like "left" should always be
interpreted as "start" (and LO doesn't have a "start" native property).

> The possible values (see below) for this attribute are always specified
> with left specifying justification relative to the leading edge of the
> paragraph, and therefore change semantic between right-to-left
> and left-to-right documents.

Hmm. We do treat them both the same on import...
case NS_ooxml::LN_CT_Lvl_lvlJc:
case NS_ooxml::LN_Value_ST_Jc_left:
case NS_ooxml::LN_Value_ST_Jc_start:
nValue = text::HoriOrientation::LEFT;
break;

So then this probably needs to be handled in layout (per paragraph). (I wonder
what the LO specification says about this? I found 20.223.2
 but it doesn't mention RTL.
> The defined values for the fo:text-align attribute are:
> • center: center of the list label is positioned at the alignment position.
> • end: interpreted as fo:text-align=”right”
> • justify: label is justified.
> • left: list label starts at the alignment position.
> • right: list label ends at the alignment position.
> • start: interpreted as fo:text-align=”left”.

ODF seems to be fairly clear that it ignores RTL for styles, because the
paragraph style explicitly states "The values of start and end are interpreted
according to the writing direction of the text", while in this case start/end
are ignored and treated as left/right.

So that suggests this would need a compatibility flag and special layout
handling.

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2020-05-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72640

--- Comment #25 from NISZ LibreOffice Team  ---
Created attachment 160378
  --> https://bugs.documentfoundation.org/attachment.cgi?id=160378&action=edit
Screenshot of the original document side by side in Word and Writer

Looks better in:

Version: 7.0.0.0.alpha0+ (x64)
Build ID: 00db5933ded1884b2ac453552badae20fa943478
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win; 
Locale: hu-HU (hu_HU); UI-Language: en-US
Calc: CL

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2019-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72640

--- Comment #24 from QA Administrators  ---
Dear saeed,

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 72640] RTL: numbering alignment issue with doc and docx files

2018-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72640

--- Comment #23 from Idan Miara  ---
Created attachment 144961
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144961&action=edit
NumAlignRTL new screenshot on new versions LO+WORD

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2018-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72640

--- Comment #22 from Idan Miara  ---
Created attachment 144960
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144960&action=edit
NumAlign new screenshot on new versions LO+WORD

The problem of displaying number seperators is still not resolved in 6.1.1.2 on
Windows. The original files (both .doc and .docx) have numbers like "1-1-1-".
In LO it is displayed as "1.1.1-".

I didn't understand the first issue, but I'm attaching a new screenshot with
recent versions of MS Office and LO with these docs opened.

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2018-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72640

--- Comment #21 from Idan Miara  ---
The problem of displaying number seperators is still not resolved in 6.1.1.2 on
Windows. The original files (both .doc and .docx) have numbers like "1-1-1-".
In LO it is displayed as "1.1.1-".

I didn't understand the first issue, but I'm attaching a new screenshot with
recent versions of MS Office and LO with these docs opened.

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2018-04-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72640

--- Comment #20 from Buovjaga  ---
Created attachment 141339
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141339&action=edit
Screenshot MSO2013 NumAlignRTL.docx numbering indents and spacing

Ok, I discussed with Mark on IRC and I have been confused and this whole report
is highly confusing what with the multiple things to look at and two formats.

Attached is a screenshot showing that the -1-1 numbering in NumAlignRTL.docx
has hanging indentation. The value is different for different numbering
entries.

The numbering and bullets under the -1-1 numbering also have hanging
indentation. The difference is the alignment is "both" instead of "left".

The -1-1 numberings have 0 left and right indentation.
The lists below it have 0,63 cm left indentation (same as their hanging value).

I hope this helps. I don't have time for more now, but can do later, if needed.

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2018-04-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72640

--- Comment #19 from Buovjaga  ---
(In reply to Mark Hung from comment #18)
> Writer convert it to align to the start ( logical left ) of the preserved
> space. I suspect the problem is in indention instead of the alignment. Can
> anyone confirm the behavior in Word, has the document aligned to the start
> or the end, despite how it looks?

I checked the headings in both docx files and they are aligned to "margin" in
MSO 2013.

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2018-04-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72640

--- Comment #18 from Mark Hung  ---
(In reply to Buovjaga from comment #17)
> Actually comment 11 is wrong and the alignment issue is not fixed.
> 
> I still opened bug 116883 for the 1-1-1- thing.

Look into word/numbering.xml in files extracted from the docx,
You can find the definition of Heading1 ( search for Heading1 ):

  
  
  

Writer convert it to align to the start ( logical left ) of the preserved
space. I suspect the problem is in indention instead of the alignment. Can
anyone confirm the behavior in Word, has the document aligned to the start or
the end, despite how it looks?

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2018-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72640

--- Comment #17 from Buovjaga  ---
Actually comment 11 is wrong and the alignment issue is not fixed.

I still opened bug 116883 for the 1-1-1- thing.

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2018-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72640

--- Comment #16 from Mark Hung  ---
Hi,

If alignment issue has been fixed ( per comment #11 ), can this issue be
closed?

The numbering format changing from "1-1-1-" in MS Word to "1.1.1-" is 
LibreOffice's limitation displaying multiple level of numbering. It's not RTL
specific, not doc or docx specific, and should deserve its own bug 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 72640] RTL: numbering alignment issue with doc and docx files

2017-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72640

--- Comment #15 from Omer Zak  ---
Still happens in:

Version: 5.4.2.2.0+
Build ID: 1:5.4.2-3~bpo9+1
CPU threads: 8; OS: Linux 4.9; UI render: default; VCL: gtk2; 
Locale: en-US (en_US.utf8); Calc: group

OS: Debian 64bit Stretch (Debian 9.2, with some backported packages)

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2017-10-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72640

Lior Kaplan  changed:

   What|Removed |Added

 CC||kaplanl...@gmail.com
 Blocks||43808


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=43808
[Bug 43808] [META] Right to left language issues (RTL/CTL)
-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2016-12-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72640

Telesto  changed:

   What|Removed |Added

   Keywords||filter:doc, filter:docx
 Blocks||88171, 88173


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88171
[Bug 88171] [Meta] Tracking bug for limitations of binary DOC format
https://bugs.documentfoundation.org/show_bug.cgi?id=88173
[Bug 88173] [Meta] Tracking bug for limitations of DOCX (OOXML) format
-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2016-09-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72640

--- Comment #14 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.1.5 or 5.2.1  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-20160920

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2015-06-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72640

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #13 from Beluga  ---
Confirmed.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58
Locale: fi-FI (fi_FI)

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2015-05-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72640

--- Comment #12 from Joel Madero  ---
** 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 (4.4.2 or later)
   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 your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2015-05-02

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2014-01-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72640

Faisal Menawer  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||fmalota...@kacst.edu.sa
 Ever confirmed|0   |1

--- Comment #11 from Faisal Menawer  ---
the alignment are fix in Bug 43093.

still there issue the numbering format changes from "1-1-1-" in MS Word to
"1.1.1-".

confirmed using libreoffice
Version: 4.3.0.0.alpha0+
Build ID: 0dce3178fa75ad1d6f663ccd6548a1c54c6a93bd

change the status to new

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2013-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72640

--- Comment #10 from saeed  ---
There is no difference between LTR and RTL languages in this issue. I have
uploaded two new files that are written in a RTL language. The result is the
same.
Please take a look at "NumAlignRTL.doc" and "NumAlignRTL.docx".
Changing the version was my mistake. This is the first time I'm working with
bugzilla! Sorry for that...

Again thank you
Saeed

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2013-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72640

--- Comment #9 from saeed  ---
Created attachment 90703
  --> https://bugs.freedesktop.org/attachment.cgi?id=90703&action=edit
NumAlignRTL.docx

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2013-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72640

--- Comment #8 from saeed  ---
Created attachment 90702
  --> https://bugs.freedesktop.org/attachment.cgi?id=90702&action=edit
NumAlignRTL.doc

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2013-12-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72640

--- Comment #7 from Jean-Baptiste Faure  ---
I do not understand why you want write English from right to left? Is it only
to show the problem you discovered? If you look in the status bar, LibreOffice
says that your text is in English.
In order to be sure that the problem does not come from incompatible settings,
could you attach a test document in a RTL language.

Best regards. JBF

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2013-12-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72640

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
Version|4.3.0.0.alpha0+ Master  |4.1.2.3 release
 Ever confirmed|1   |0

--- Comment #6 from Jean-Baptiste Faure  ---
Why did you change the version number if you detected the problem in 4.1.2?
This version number is intended to show the oldest version in which the bug has
been found.

Best regards. JBF

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2013-12-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72640

--- Comment #5 from saeed  ---
OK. I have to update my comments. I use win 8 and MS word 2010 and LO 4.1.2.3.
I did not test this on LO 4.3.0.0.alpha. Today I tested my files on the alpha
version and this is the result:
I have two files with same content. one is saved in .doc and another is saved
in .docx format using MS word 2010.
1. DOC file:
In LO some text numbering styles are aligned wrongly (such as heading 3 and
heading 4 in the attached file: NumAlign.doc). All text has to be alignd to
right. 
2. DOCX file:
When I open it in LO 4.3.0.0.alpha all the numbering alignments are set to left
which is wrong. They should be all aligned to right. (please see NumAlign.docx)

The problem of displaying number seperators is still not resolved in the alpha
version. The original files (both .doc and .docx) have numbers like "1-1-1-".
In LO it is displayed as "1.1.1-".

Please see the attachments.

Thanks
Saeed

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2013-12-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72640

saeed  changed:

   What|Removed |Added

   Hardware|All |x86 (IA32)
 OS|All |Windows (All)
Version|4.1.2.3 release |4.3.0.0.alpha0+ Master

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2013-12-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72640

--- Comment #4 from saeed  ---
Created attachment 90697
  --> https://bugs.freedesktop.org/attachment.cgi?id=90697&action=edit
NumAlignCompare.png

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2013-12-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72640

--- Comment #3 from saeed  ---
Created attachment 90696
  --> https://bugs.freedesktop.org/attachment.cgi?id=90696&action=edit
NumAlign.docx

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2013-12-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72640

--- Comment #2 from saeed  ---
Created attachment 90695
  --> https://bugs.freedesktop.org/attachment.cgi?id=90695&action=edit
NumAlign.doc

-- 
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 72640] RTL: numbering alignment issue with doc and docx files

2013-12-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72640

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jbf.fa...@sud-ouest.org
Summary|numbering alignment issue   |RTL: numbering alignment
   |with doc and docx files |issue with doc and docx
   ||files
 Ever confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure  ---
Please, could you attach a test document?

What is your OS ?

Best regards. JBF

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