Description: When running LO 7.5.2.2 (also on earlier 7.5 releases) and opening the Styles pane on a Writer document, the highlighted style has white text on white background, rendering it unreadable. This also happens in the Preferences (Options) dialog. Screenshots provided in this bug report. Steps to Reproduce: 1. Open LibreOffice Writer on macos in dark mode 2. Display the Styles pane (Command + Alt + 2) 3. Select any of the styles Actual Results: The selected style name is in white, with white background Expected Results: The selected style should be readable according to the selected theme Reproducible: Always User Profile Reset: Yes Additional Info: Version: 7.5.2.2 (X86_64) / LibreOffice Community Build ID: 53bb9681a964705cf672590721dbc85eb4d0c3a2 CPU threads: 12; OS: Mac OS X 12.6.3; UI render: default; VCL: osx Locale: en-US (en_NL.UTF-8); UI: en-US Calc: threaded
Created attachment 186490 [details] Styles pane in dark mode with white text on white background
Created attachment 186491 [details] Options dialog window with selected section in white text with white background
As many fixes have still been going in, can you check also with a fresh unstable build: https://dev-builds.libreoffice.org/daily/master/current.html MacOSX-x86_64@tb94-TDF seems the best for you at the moment. Set to NEEDINFO. Change back to UNCONFIRMED, if the problem persists. Change to RESOLVED WORKSFORME, if the problem went away.
(In reply to Buovjaga from comment #3) > As many fixes have still been going in, can you check also with a fresh > unstable build: https://dev-builds.libreoffice.org/daily/master/current.html > MacOSX-x86_64@tb94-TDF seems the best for you at the moment. > > Set to NEEDINFO. > Change back to UNCONFIRMED, if the problem persists. Change to RESOLVED > WORKSFORME, if the problem went away. Hi Buovjaga, I have tried with MacOSX-x86_64@tb94-TDF and this issue is still present.
I tested with: Version: 7.5.2.2 (X86_64) / LibreOffice Community Build ID: 53bb9681a964705cf672590721dbc85eb4d0c3a2 CPU threads: 2; OS: Mac OS X 13.2.1; UI render: default; VCL: osx Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded and: Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: fc6806c4be8585ce0d35a6b581bf8b3dbf858500 CPU threads: 2; OS: Mac OS X 13.2.1; UI render: Skia/Raster; VCL: osx Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded I could not reproduce with the default macOS appearance settings (the selection highlight colour is blue), but changing the accent colour to Graphite shows the same issue as in your screenshot. Lucas, can you please confirm that you are using the Graphite accent colour? Patrick, have you worked with accent colours before?
I am, indeed, using the Graphite accent. When I switch to any other predefined color, the highlight works fine. Only selecting "Graphite" has the result I describe in this bug. I found a workaround: select the "Other" option and choose a grey color.
Created attachment 186808 [details] MacOS settings: General > Highlight color, with the "Other" option selected.
I am sorry for the delay I was away for a few day. To answer your question the answer is YES my Mac OS highlight colour was set to Graphite. If I select other (grey) or any other colour the issue disappears. However, if you set the Mac OS to use other (Grey) then set LibreOffice to Light mode the situation is even worse!
Created attachment 187348 [details] Issues with Libra Office Light Mode when other highlight setting(grey) in Mac OS I used the settings discussed by others, then played with LibreOffice settings for the view (system, Dark & Light) to see what happened. Using the light setting results in lots of information and icons being invisible!
*** Bug 155185 has been marked as a duplicate of this bug. ***
The row/col header uses the Accent color now but if highlight is set to Graphite it still is drawn as white with white font color for the dark appearance.
Tried to solve the issue by using the Accent color but this approach is not ideal. Graphite returns in vcl/osx/salframe.cxx at static Color getColor() the value pRBGColor:0x56988317d1e67683 in case of [NSColor selectedTextBackgroundColor] (#1391), which is then converted in getRed to r:1, g:1, b:1 and alpha:0.247059. Any other color works well.
*** Bug 156460 has been marked as a duplicate of this bug. ***
(In reply to pbatty from comment #9) > Created attachment 187348 [details] > Issues with Libra Office Light Mode when other highlight setting(grey) in > Mac OS I think this is more about the lack of refresh until restart, see bug 156855.