[Libreoffice-bugs] [Bug 118350] Writer can't handle RTL direction from MS office odt file.

2023-03-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118350

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
 Blocks||43808


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=43808
[Bug 43808] [META] Right-To-Left and Complex Text Layout language issues
(RTL/CTL)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 118350] Writer can't handle RTL direction from MS office odt file.

2021-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118350

--- Comment #14 from Fahad Al-Saidi  ---
I tested with libreoffice 7.2 & the bug is still present

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

[Libreoffice-bugs] [Bug 118350] Writer can't handle RTL direction from MS office odt file.

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

--- Comment #13 from QA Administrators  ---
Dear Fahad Al-Saidi,

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
https://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 118350] Writer can't handle RTL direction from MS office odt file.

2019-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118350

--- Comment #12 from Justin L  ---
(In reply to Regina Henschel from comment #9)
> I do not find any code in LibreOffice, that handles fo:text-align for import
adjushdl.cxx??  It contains
SvXMLEnumMapEntry const pXML_Para_Adjust_Enum[] =
{
{ XML_START,style::ParagraphAdjust_LEFT },
{ XML_END,  style::ParagraphAdjust_RIGHT },
{ XML_CENTER,   style::ParagraphAdjust_CENTER },
{ XML_JUSTIFY,  style::ParagraphAdjust_BLOCK },
{ XML_JUSTIFIED,style::ParagraphAdjust_BLOCK }, // obsolete
{ XML_LEFT, style::ParagraphAdjust_LEFT },
{ XML_RIGHT,style::ParagraphAdjust_RIGHT },
{ XML_TOKEN_INVALID, style::ParagraphAdjust(0) }
};

-- 
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 118350] Writer can't handle RTL direction from MS office odt file.

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

--- Comment #11 from Fahad Al-Saidi  ---
(In reply to Regina Henschel from comment #10)
> See also bug 37128.

You are right. The rtl ODT created in Writer will show left alignment in words.

Right now I can't use odt format to exchange documents. Ironically, Doc format
is better here.

-- 
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 118350] Writer can't handle RTL direction from MS office odt file.

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

--- Comment #10 from Regina Henschel  ---
See also bug 37128.

-- 
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 118350] Writer can't handle RTL direction from MS office odt file.

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

--- Comment #9 from Regina Henschel  ---
For me the file from Word looks good. It has paragraph attributes:
fo:text-align="start"
style:writing-mode="rl-tb"
style:language-complex="ar"
style:country-complex="OM"
and for the character "space" a script-type="complex"

I do not find any code in LibreOffice, that handles fo:text-align for import in
Writer. But you know the code base is huge. A Writer expert should look at it.

For me it looks like an error in LibreOffice.

-- 
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 118350] Writer can't handle RTL direction from MS office odt file.

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

--- Comment #8 from Fahad Al-Saidi  ---
(In reply to Xisco Faulí from comment #7)
> I can reproduce it back to 
> 
> LibreOffice 3.3.0 
> OOO330m19 (Build:6)
> tag libreoffice-3.3.0.4
> 
> the question is: is it a LibreOffice problem or a MS Office problem not
> following the ODF standard ?
> Could you please explain how the document was created?

There is no special way I followed in creating the test. Just I opened word
then I write in it and I add some footnote and format the text to be RTL.

Now in writer, the direction of the text is changed to be Left as seen in the
screenshot.

-- 
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 118350] Writer can't handle RTL direction from MS office odt file.

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

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #7 from Xisco Faulí  ---
I can reproduce it back to 

LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4

the question is: is it a LibreOffice problem or a MS Office problem not
following the ODF standard ?
Could you please explain how the document was created?

-- 
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 118350] Writer can't handle RTL direction from MS office odt file.

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

Susan Gessing  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #6 from Susan Gessing  ---
You are correct. I retested in the 2 builds and the text in LibreOffice DOES
incorrectly display as left to right.

Sorry I misread.

-- 
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 118350] Writer can't handle RTL direction from MS office odt file.

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

--- Comment #5 from Fahad Al-Saidi  ---
Created attachment 143081
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143081&action=edit
word 2016 screen shot

to be clear here is how it looks in word 2016

-- 
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 118350] Writer can't handle RTL direction from MS office odt file.

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

Fahad Al-Saidi  changed:

   What|Removed |Added

 Attachment #143080|in windows  |Writer in windows
description||

-- 
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 118350] Writer can't handle RTL direction from MS office odt file.

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

--- Comment #4 from Fahad Al-Saidi  ---
(In reply to Susan Gessing from comment #2)
> I opened the attachment in each of the following builds. I wasn't able to
> reproduce the problem. (Windows 8.1)
> 
> Version: 6.0.5.2 (x64)
> Build ID: 54c8cbb85f300ac59db32fe8a675ff7683cd5a16
> CPU threads: 4; OS: Windows 6.3; UI render: GL; 
> Locale: en-US (en_US); Calc: CL
> 
>  and
> 
> Version: 6.2.0.0.alpha0+
> Build ID: b1740fba0d1e6e3d69c3781734509317f42a0e4f
> CPU threads: 4; OS: Windows 6.3; UI render: GL; 
> TinderBox: Win-x86@42, Branch:master, Time: 2018-06-15_08:49:04
> Locale: en-US (en_US); Calc: CL


You may not notice the direction. It is Right in Word and left in Writer. I
have tested the doc in windows and I can reproduce it.

Version: 6.0.5.2 (x64)
Build ID: 54c8cbb85f300ac59db32fe8a675ff7683cd5a16
CPU threads: 1; OS: Windows 6.1; UI render: default; 
Locale: en-US (en_US); Calc: group

See the attached screen shot and please confirm.

-- 
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 118350] Writer can't handle RTL direction from MS office odt file.

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

--- Comment #3 from Fahad Al-Saidi  ---
Created attachment 143080
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143080&action=edit
in windows

-- 
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 118350] Writer can't handle RTL direction from MS office odt file.

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

Susan Gessing  changed:

   What|Removed |Added

 CC||susanjea...@yahoo.com

--- Comment #2 from Susan Gessing  ---

I opened the attachment in each of the following builds. I wasn't able to
reproduce the problem. (Windows 8.1)

Version: 6.0.5.2 (x64)
Build ID: 54c8cbb85f300ac59db32fe8a675ff7683cd5a16
CPU threads: 4; OS: Windows 6.3; UI render: GL; 
Locale: en-US (en_US); Calc: CL

 and

Version: 6.2.0.0.alpha0+
Build ID: b1740fba0d1e6e3d69c3781734509317f42a0e4f
CPU threads: 4; OS: Windows 6.3; UI render: GL; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-06-15_08:49:04
Locale: en-US (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 118350] Writer can't handle RTL direction from MS office odt file.

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

--- Comment #1 from Fahad Al-Saidi  ---
Created attachment 143075
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143075&action=edit
screen shot

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