Description: The image anchor icon is as good as invisible Steps to Reproduce: 1. Open the attached file 2. Select the image Actual Results: The image anchor icon is as good as invisible Expected Results: The handle should be visible; same as before Reproducible: Always User Profile Reset: No Additional Info: Found in Version: 25.2.0.0.alpha1+ (X86_64) / LibreOffice Community Build ID: 5e0c670e6534fee529ea46d520c6b442bea93aac CPU threads: 8; OS: macOS 14.5; UI render: Skia/Metal; VCL: osx Locale: nl-NL (nl_NL.UTF-8); UI: en-US Calc: threaded fine with Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 8635c9aa8c6f1078a9e220076d5a08daf30077e8 CPU threads: 8; OS: Mac OS X 14.5; UI render: Skia/Metal; VCL: osx Locale: nl-NL (nl_NL.UTF-8); UI: en-US Calc: threaded
Created attachment 197872 [details] Example file
I can't repro, and I have the same result with: Version: 7.6.7.2 (X86_64) / LibreOffice Community Build ID: dd47e4b30cb7dab30588d6c79c651f218165e3c5 CPU threads: 8; OS: Linux 5.14; UI render: default; VCL: kf5 (cairo+xcb) Locale: en-GB (en_GB.UTF-8); UI: en-US Calc: threaded Version: 25.2.0.0.alpha1+ (X86_64) / LibreOffice Community Build ID: eaef1432bd0799bbed8dcbd6286942ed1d54ad90 CPU threads: 8; OS: Linux 5.14; UI render: default; VCL: kf5 (cairo+xcb) Locale: en-GB (en_GB.UTF-8); UI: en-US Calc: threaded Version: 24.8.1.2 (X86_64) / LibreOffice Community Build ID: 480(Build:2) CPU threads: 8; OS: Linux 5.14; UI render: default; VCL: kf5 (cairo+xcb) Locale: de-DE (en_GB.UTF-8); UI: en-US Calc: threaded
Created attachment 197873 [details] Screenshot
Created attachment 197882 [details] Screenshot on macOS
I was able to reproduce. Looks identical to attachment 197882 [details]. Version: 24.8.2.1 (AARCH64) / LibreOffice Community Build ID: 0f794b6e29741098670a3b95d60478a65d05ef13 CPU threads: 8; OS: macOS 14.5; UI render: Skia/Metal; VCL: osx Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded
I can confirm the issue in question on Version: 25.2.0.0.alpha1+ (AARCH64) / LibreOffice Community Build ID: 9a14a0fd8b4227b5d08b3154cddca46f82ec2a03 CPU threads: 10; OS: macOS 15.1.1; UI render: Skia/Metal; VCL: osx Locale: de-DE (de_DE.UTF-8); UI: de-DE Calc: threaded Version: 24.8.4.1 (AARCH64) / LibreOffice Community Build ID: 1be9007f5d86a3741c366527d13e2970cbeef057 CPU threads: 10; OS: macOS 15.1.1; UI render: Skia/Metal; VCL: osx Locale: de-DE (de_DE.UTF-8); UI: de-DE Calc: threaded
@Patrick Would you mind to look into this bug, if you have some time? It's bit of annoyance to not being able to see (easily) the where the (writer) image anchor being located. The anchor is present, but or 100% transparent, or lacking the grayish color (as far I can tell)
(In reply to Telesto from comment #7) > @Patrick > Would you mind to look into this bug, if you have some time? It's bit of > annoyance to not being able to see (easily) the where the (writer) image > anchor being located. > > The anchor is present, but or 100% transparent, or lacking the grayish color > (as far I can tell) So down in the vcl code I can see a bitmap with with a nearly transparent alpha mask. But I cannot find where this bitmap is created as it is somewhere in the application layers. Maybe if someone can bisect this it will give us some clues as to where the code that creates this bitmap is?