Bug 136917 - Custom widgets (e.g. list style preview dropdowns) should use themed colors and thicker width for hover highlight
Summary: Custom widgets (e.g. list style preview dropdowns) should use themed colors a...
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
7.0.1.2 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Writer-Toolbars
  Show dependency treegraph
 
Reported: 2020-09-21 10:39 UTC by medmedin2014
Modified: 2023-01-30 11:07 UTC (History)
6 users (show)

See Also:
Crash report or crash signature:


Attachments
Mouse hover border line color is wrong (258.81 KB, image/png)
2020-09-21 10:39 UTC, medmedin2014
Details
Item grid borders (442.07 KB, image/png)
2021-04-06 11:55 UTC, medmedin2014
Details
Color in grid lines (23.27 KB, image/png)
2022-10-21 01:42 UTC, Rafael Lima
Details

Note You need to log in before you can comment on or make changes to this bug.
Description medmedin2014 2020-09-21 10:39:02 UTC
Created attachment 165716 [details]
Mouse hover border line color is wrong

When mouse hovers on item in bullet, numbered or style lists the item has a wrong border line color. See attached image for more info.

Version: 7.0.1.2
Build ID: 00(Build:2)
CPU threads: 2; OS: Linux 5.4; UI render: default; VCL: kf5
Locale: en-US (en_US.UTF-8); UI: en-US
=7.0.1-1
Calc: threaded

Operating System: Manjaro Linux
KDE Plasma Version: 5.19.5
KDE Frameworks Version: 5.73.0
Qt Version: 5.15.0
Kernel Version: 5.4.64-1-MANJARO
OS Type: 64-bit
Comment 1 Dieter 2021-04-02 07:30:08 UTC
I confirm it with

Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: f96004096268f5e71120678e32fc8c74055819aa
CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL

So we have a lot of different situations:
Black borders (e.g. "Toggle Ordered List" and "Toggle Unordered List")
Blue borders and blue highlight ("Page bordes" and "Set Line Spacing")
Blue highlight without border ("Basic shapes")
haven't tested all.

Can't say, if there is a special idea behind or if it should all be the same
=> Design-Team
Comment 2 Heiko Tietze 2021-04-06 11:05:48 UTC
Please define "wrong". My cursor is dark with a bright frame to be visible on all backgrounds. It never changes its color.
Comment 3 medmedin2014 2021-04-06 11:51:58 UTC
(In reply to Heiko Tietze from comment #2)
> Please define "wrong". My cursor is dark with a bright frame to be visible
> on all backgrounds. It never changes its color.

Not the mouse shape, what I mean is the black rectangle that is shown around the currently selected item in the grid and also the one around the item which the mouse pointer is hovering over. See attached image for more info.
Comment 4 Heiko Tietze 2021-04-06 11:53:57 UTC
(In reply to medmedin2014 from comment #3)
> what I mean is the black rectangle...

And you expect it in blue, right?
Comment 5 medmedin2014 2021-04-06 11:55:46 UTC
Created attachment 170979 [details]
Item grid borders
Comment 6 medmedin2014 2021-04-06 11:57:43 UTC
(In reply to Heiko Tietze from comment #4)
> (In reply to medmedin2014 from comment #3)
> > what I mean is the black rectangle...
> 
> And you expect it in blue, right?

Yes, the black borders are difficult to see on black background.
Comment 7 Heiko Tietze 2021-07-14 14:42:41 UTC
Looking for code pointer in svx/tbxctrls/bulletsnumbering.cxx, svtools/uno/popupwindowcontroller.cxx, and vcl/window/dockwin.cxx|floatwin.cxx but no success. Caolan, do you have something on hand?
Comment 8 Caolán McNamara 2021-07-15 08:21:39 UTC
The "Page Columns" dropdown contains real "buttons" while the bullets and numbering dropdown is a ValueSet which is implemented in svtools/source/control/valueset.cxx

This one uses style WB_FLATVALUESET|WB_MENUSTYLEVALUESET so the highlight border is drawn at valueset.cxx:1278 where "mbBlackSel" is true so a black border is used.

But why is mbBlackSel true, that's set to true with dubious(?) code (from initial import 8ab086b6cc054501bfbf7ef6fa509c393691e860) at line 1056 if the HighlightColor isn't considered satisfactory. So maybe the way to go is to remove mbBlackSel and just used the Highlight color and not second guess if its "good enough"
Comment 9 Heiko Tietze 2021-07-20 10:41:38 UTC
mbBlackSel is false for me but even with forcing mbDoubleSel the line is so thin that I barely see it. Have to take a closer look, probably a sizing issue too. Thanks for the code pointer!
Comment 10 Rafael Lima 2022-10-21 01:42:07 UTC
Created attachment 183182 [details]
Color in grid lines

So it seems that the color is correct now. It is using the highlight color, but as pointed out by Heiko the line is so thin that I hadn't even noticed that it existed up until I read this bug report.

Tested with

Version: 7.3.6.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 12; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
Locale: pt-BR (pt_BR.UTF-8); UI: en-US
Ubuntu package version: 1:7.3.6-0ubuntu0.22.04.2
Calc: threaded
Comment 11 Stéphane Guillou (stragu) 2023-01-30 11:07:46 UTC
Same as Rafael and Heiko, I see the correct highlight colour on Ubuntu 20.04 + GNOME 3.36.8, but the thickness makes it barely noticeable.

Version: 7.5.0.2 (X86_64) / LibreOffice Community
Build ID: c0dd1bc3f1a385d110b88e26ece634da94921f58
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: ec4babad021218b75dfe8534985d7db525edde69
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded