[Libreoffice-bugs] [Bug 149632] fileopen missing image on docx

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

Gabor Kelemen (allotropia)  changed:

   What|Removed |Added

 CC||kelem...@ubuntu.com
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||4260
 Blocks||104468


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104468
[Bug 104468] [META] DOCX (OOXML) image-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149632] fileopen missing image on docx

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

--- Comment #7 from Miklos Vajna  ---
SwTextNode::IsHidden() calls HasHiddenCharAttribute(), which does some some
caching behind the scenes, perhaps that goes wrong here?

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

[Libreoffice-bugs] [Bug 149632] fileopen missing image on docx

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

--- Comment #6 from Xisco Faulí  ---
Created attachment 180847
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180847=edit
simplifier document

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

[Libreoffice-bugs] [Bug 149632] fileopen missing image on docx

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

Xisco Faulí  changed:

   What|Removed |Added

 CC||michael.st...@allotropia.de
   ||, vmik...@collabora.com

--- Comment #5 from Xisco Faulí  ---
This is an interesting issue. In b5e07b1339f73841664b28c65639f1638bd7edf4 the
condition

else if (!pNd->IsHidden() || bIncludeHidden)

was added, However, the issue is not reproduced if the condition is changed to

else if (bIncludeHidden || !pNd->IsHidden())

because pNd->IsHidden() is not called.

IsHidden() calls HasHiddenCharAttribute( true ), which calls
CalcHiddenCharFlagsm which calls SwScriptInfo::GetBoundsOfHiddenRange with the
comment "Update of the flags is done inside GetBoundsOfHiddenRange()"

@Miklos, @Michael S., is it expected that IsHidden() which returns a bool hides
images?

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

[Libreoffice-bugs] [Bug 149632] fileopen missing image on docx

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

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||bibisected, bisected,
   ||regression
 Status|NEEDINFO|NEW
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||7469
  Regression By||Oleg Shchelykalnov
 CC||olegsh...@yandex.ru

--- Comment #4 from Xisco Faulí  ---
(In reply to vis_qa from comment #3)
> hello  Xisco Faulí,
> 
> the missing image or logo is "MAGYARY PROGRAM" in all boxes and inverted
> half circles in box (top right corner box). the screenshot on bug #128646
> contains logo/image.

Indeed.
Regression introduced by

author  Oleg Shchelykalnov 2021-05-26 22:11:49
+0300
committer   Michael Stahl  2021-06-09
11:10:01 +0200
commit  b5e07b1339f73841664b28c65639f1638bd7edf4 (patch)
tree05bf42cab6d53bfbbeda1eb54a04dcf85bb0cf1a
parent  c96b61f86ef3f4cdc34f84043fed2724b6d9732b (diff)
tdf#137469 Implement and test excluding hidden text in text filter

Bisected with: bibisect-linux64-7.2

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

[Libreoffice-bugs] [Bug 149632] fileopen missing image on docx

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

--- Comment #3 from vis_qa  ---
hello  Xisco Faulí,

the missing image or logo is "MAGYARY PROGRAM" in all boxes and inverted half
circles in box (top right corner box). the screenshot on bug #128646 contains
logo/image.

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

[Libreoffice-bugs] [Bug 149632] fileopen missing image on docx

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

Xisco Faulí  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 CC||xiscofa...@libreoffice.org

--- Comment #2 from Xisco Faulí  ---
I can't reproduce it in

Version: 7.4.0.0.beta1+ / LibreOffice Community
Build ID: cdf48e57da6b8a6a5eb4131340fa2c14be135714
CPU threads: 8; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: es-ES (es_ES.UTF-8); UI: en-US
Calc: threaded

Could you please explain where the missing image is? I can't see it in your
screenshot

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

[Libreoffice-bugs] [Bug 149632] fileopen missing image on docx

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

vis_qa  changed:

   What|Removed |Added

Summary|foleopen missing image on   |fileopen missing image on
   |docx|docx

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