[Libreoffice-bugs] [Bug 77964] FILEOPEN: WPS DOC - Image wrapped Optimal instead of No Wrap

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

Justin L  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |jl...@mail.com
   |desktop.org |

--- Comment #19 from Justin L  ---
(In reply to Justin L from comment #16)
> This is defined as a character shape. (placeholder 0x01 instead of 0x08).

>From SPRMS WW8.pdf: "1.3.5 Pictures
Pictures in the Word Binary File format can be either inline or floating. An
inline picture is represented by a character whose Unicode value is 0x0001 and
has sprmCFSpec applied with a value of 1 and sprmCPicLocation applied to
specify the location of the picture data. A floating picture is represented by
an anchor character with a Unicode value of 0x0008 with sprmCFSpec applied with
a value of 1. In addition, floating pictures are referenced by a PlcfSpa
structure which contains additional data about the picture. A floating picture
can appear anywhere on the same page as its anchor. The document author can
choose to have the floating picture rearrange the text in various ways or to
leave the text as is."


Proposed fix at http://gerrit.libreoffice.org/c/core/+/138234

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

[Libreoffice-bugs] [Bug 77964] FILEOPEN: WPS DOC - Image wrapped Optimal instead of No Wrap

2022-07-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77964

Timur  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 77964] FILEOPEN: WPS DOC - Image wrapped Optimal instead of No Wrap

2022-01-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77964

Justin L  changed:

   What|Removed |Added

 OS|Windows (All)   |All
   Hardware|x86-64 (AMD64)  |All
Version|7.2.4.1 release |unspecified

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

[Libreoffice-bugs] [Bug 77964] FILEOPEN: WPS DOC - Image wrapped Optimal instead of No Wrap

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

Patricia Young  changed:

   What|Removed |Added

Version|4.2.3.3 release |7.2.4.1 release
   Hardware|Other   |x86-64 (AMD64)
 OS|All |Windows (All)

--- Comment #18 from Patricia Young  ---
This still occurs in latest version 7.2.4.1, Windows 10/64 bit. All formatting
for images reverts to Optimal when saving to .docx, no matter what is selected.

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

[Libreoffice-bugs] [Bug 77964] FILEOPEN: WPS DOC - Image wrapped Optimal instead of No Wrap

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

--- Comment #17 from Xisco FaulĂ­  ---
Still reproducible in

Version: 7.2.0.0.alpha0+ / LibreOffice Community
Build ID: 8043fe3e45c8999c8eaf475ba46d50b125e38b93
CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
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 77964] FILEOPEN: WPS DOC - Image wrapped Optimal instead of No Wrap

2020-08-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77964

Telesto  changed:

   What|Removed |Added

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

-- 
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 77964] FILEOPEN: WPS DOC - Image wrapped Optimal instead of No Wrap

2020-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77964

Justin L  changed:

   What|Removed |Added

   Priority|medium  |low

--- Comment #16 from Justin L  ---
(In reply to Justin L from comment #15)
> I round-tripped Xiamen_Tungsten_Group_unifies_enterprise [doc].doc with both
> Word 2003 and 2016. LO opened both of the round-tripped files with
> as-character anchoring - which is correct.
So, because I am confusing even myself... as-character anchoring by definition
means no wrapping in this case since it is the only thing in the paragraph.

This is defined as a character shape. (placeholder 0x01 instead of 0x08). I
think that LO is just expecting something extra that is missing, but graphics
import is rather confusing.

GDB located ww8graf2.cxx::ImportGraf where these images are type
(0x64 == aPic.MFP.mm), and imports using filter/source/msfilter/msdffimp.cxx,
so I hardly want to start monkeying around in that area. This low-priority bug
probably should only be handled by a professional. It seems like the default
anchor type is paragraph, but in the 0x01 case, the default should be as_char.

-- 
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 77964] FILEOPEN: WPS DOC - Image wrapped Optimal instead of No Wrap

2020-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77964

Justin L  changed:

   What|Removed |Added

   Severity|major   |normal
   Priority|high|medium

-- 
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 77964] FILEOPEN: WPS DOC - Image wrapped Optimal instead of No Wrap

2020-04-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77964

--- Comment #15 from Justin L  ---
Repro 7.0+
I round-tripped Xiamen_Tungsten_Group_unifies_enterprise [doc].doc with both
Word 2003 and 2016. LO opened both of the round-tripped files with as-character
anchoring - which is correct. So do we really care about this one?

-- 
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 77964] FILEOPEN: WPS DOC - Image wrapped Optimal instead of No Wrap

2019-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77964

--- Comment #14 from QA Administrators  ---
Dear Yousuf Philips (jay) (retired),

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 77964] FILEOPEN: WPS DOC - Image wrapped Optimal instead of No Wrap

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

Xisco FaulĂ­  changed:

   What|Removed |Added

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

-- 
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 77964] FILEOPEN: WPS DOC - Image wrapped Optimal instead of No Wrap

2017-09-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77964

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks|104527  |112701
Summary|FILEOPEN: DOC Image Wrapped |FILEOPEN: WPS DOC - Image
   |Optimal instead of No Wrap  |wrapped Optimal instead of
   ||No Wrap

--- Comment #13 from Yousuf Philips (jay)  ---
Still present. LO opens it as anchor 'As Paragraph' and wrap Optimal, while MSO
and WPS opens wrapped as 'In Line with Text'.

Version: 6.0.0.0.alpha0+
Build ID: 8d2a287da3abb0576512406227d0a3acd602123e
CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk2; 
Locale: en-US (en_US.UTF-8); Calc: group


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104527
[Bug 104527] [META] DOC (binary) format bug tracker
https://bugs.documentfoundation.org/show_bug.cgi?id=112701
[Bug 112701] [META] Doc (binary) image-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