[Libreoffice-bugs] [Bug 118902] RTF import: wrong font for Hebrew text

2023-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118902

Aron Budea  changed:

   What|Removed |Added

 Blocks||113083
 Depends on|113083  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113083
[Bug 113083] [META] New RTF import filter regressions in LO 3.5+
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 118902] RTF import: wrong font for Hebrew text

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

Caolán McNamara  changed:

   What|Removed |Added

 Depends on||113083


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113083
[Bug 113083] [META] New RTF import filter regressions in LO 3.5+
-- 
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 118902] RTF import: wrong font for Hebrew text

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

--- Comment #10 from Miklos Vajna  ---
If this is a problem since the new RTF import in 3.5, please add this as a
dependency to bug 113083, so as / when I or somebody else have time to look at
such bugs, we have a good starter list. Thanks.

-- 
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 118902] RTF import: wrong font for Hebrew text

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

Caolán McNamara  changed:

   What|Removed |Added

 CC||vmik...@collabora.com

--- Comment #9 from Caolán McNamara  ---
The code in
https://cgit.freedesktop.org/libreoffice/core/commit/?id=fab0a2c6068577081abdad90a3b1191b6fc5df29
is fontconfig-using platforms only, so not windows or mac and the problem is
reported initially on windows, so changing that code so won't have an effect on
that platform.

wrt regression vs AOO/OOo we replaced the rtf parser with a different one, it
is very plausible that's the crucial difference and there isn't a simple commit
that if reverted makes it all work like the past

mike's initial comment is probably the way to go and something like at
writerfilter/source/dmapper/DomainMapper.cxx:356 of
case NS_ooxml::LN_CT_Fonts_ascii:
adding a line under

m_pImpl->GetTopContext()->Insert(PROP_CHAR_FONT_NAME, uno::makeAny(
sStringValue ))

of

m_pImpl->GetTopContext()->Insert(PROP_CHAR_FONT_NAME_COMPLEX, uno::makeAny(
sStringValue ));

might be the right thing to do, but I don't know the full consequences of
making that change. Presumably LN_CT_Fonts_hAnsiTheme has a similar issue,
maybe others too

-- 
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 118902] RTF import: wrong font for Hebrew text

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

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu,
   ||caol...@redhat.com
 Blocks||112749
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||3084,
   ||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=35118

--- Comment #8 from Aron Budea  ---
This is similar to bug 113084, perhaps this one identifies the range where the
font actually changed (since in that bug report the text wasn't shown for
several versions).

I'm somewhat suspicious about this commit in the range:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=fab0a2c6068577081abdad90a3b1191b6fc5df29
author  Caolán McNamara 2012-08-31 13:17:55
+0100
committer   Caolán McNamara 2012-08-31 13:18:26
+0100

"workaround fdo#35118 in the absence of fdo#19869"

The bug in question was reported by Caolán to fontconfig, and the title is
interesting:
"Prioritize fonts that support a territory-less language variant when no exact
language match"
https://bugs.freedesktop.org/show_bug.cgi?id=35118
https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/30

( The other referenced bug:
"fontconfig should change to BCP 47 language tags"
https://bugs.freedesktop.org/show_bug.cgi?id=19869 )


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112749
[Bug 112749] [META] RTF (text) character-related issues
-- 
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 118902] RTF import: wrong font for Hebrew text

2021-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118902

Eyal Rozenberg  changed:

   What|Removed |Added

 CC||eyalr...@gmx.com

--- Comment #7 from Eyal Rozenberg  ---
Bug still manifests with:

Version: 7.1.0.3 / LibreOffice Community
Build ID: f6099ecf3d29644b5008cc8f48f42f4a40986e4c
CPU threads: 4; OS: Linux 5.9; UI render: default; VCL: gtk3
Locale: he-IL (en_IL); UI: en-US

-- 
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 118902] RTF import: wrong font for Hebrew text

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

--- Comment #6 from Mike Kaganski  ---
Still repro with Version: 6.3.0.3 (x64)
Build ID: c75130c129d9c5e43b76e4f26881b3db8bdb5c91
CPU threads: 12; OS: Windows 10.0; UI render: GL; VCL: win; 
Locale: en-US (ru_RU); 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 118902] RTF import: wrong font for Hebrew text

2019-08-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118902

--- Comment #5 from QA Administrators  ---
Dear Mike Kaganski,

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 118902] RTF import: wrong font for Hebrew text

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

Xisco Faulí  changed:

   What|Removed |Added

 Blocks||112812


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112812
[Bug 112812] [META] Hebrew language-specific RTL issues
-- 
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 118902] RTF import: wrong font for Hebrew text

2018-07-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118902

Xisco Faulí  changed:

   What|Removed |Added

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

-- 
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 118902] RTF import: wrong font for Hebrew text

2018-07-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118902

Xisco Faulí  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected
Version|4.1 all versions|4.0 all versions

--- Comment #4 from Xisco Faulí  ---
So, in 

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

the font was Times New Roman, then in

LibreOffice 3.5.0 
Build ID: d6cde02

it was to Sans, and later, in this range of commits (
https://cgit.freedesktop.org/libreoffice/core/log/?qt=range=e19f1afb2c253944968f85b963934a60b87f472a..3cf91a21fc5089fb7f051bf8a04d2049da88179f
), it changed to Lohit Devanagari

-- 
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 118902] RTF import: wrong font for Hebrew text

2018-07-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118902

Xisco Faulí  changed:

   What|Removed |Added

 CC||michael1...@mail.ru

--- Comment #3 from Xisco Faulí  ---
*** Bug 118896 has been marked as a duplicate of this bug. ***

-- 
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 118902] RTF import: wrong font for Hebrew text

2018-07-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118902

Xisco Faulí  changed:

   What|Removed |Added

Version|unspecified |4.1 all versions
 Status|UNCONFIRMED |NEW
   Keywords||regression
 Ever confirmed|0   |1

--- Comment #2 from Xisco Faulí  ---
Reproduced in

Version 4.1.0.0.alpha0+ (Build ID: efca6f15609322f62a35619619a6d5fe5c9bd5a)

but not in

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

-- 
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 118902] RTF import: wrong font for Hebrew text

2018-07-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118902

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #1 from Xisco Faulí  ---
Created attachment 143709
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143709=edit
comparison MSO 2010 and LibreOffice 6.2

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