[Libreoffice-bugs] [Bug 153287] Dark mode: Combo box and Edit box look and feel inconsistent on Windows

2023-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153287

Caolán McNamara  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #4 from Caolán McNamara  ---
If I use "CFD" for Edit then I get a working "HOT" which brightens on rollover,
but I don't get a distinguishable focused state, and the current focus is
agreeable. Lets try a combination of the two hammers I seem to have.

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

[Libreoffice-bugs] [Bug 153287] Dark mode: Combo box and Edit box look and feel inconsistent on Windows

2023-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153287

Caolán McNamara  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Caolán McNamara  ---
For these we are using EP_EDITBORDER_NOSCROLL in
vcl/win/gdi/salnativewidgets-luna.cxx with EPSN_HOT for our ROLLOVER from the
various options from:
https://learn.microsoft.com/en-us/windows/win32/controls/parts-and-states

But it gets murky fast, SetWindowTheme(..., "Explorer", ...) tends to work, and
when it doesn't using "CFD" gives decent results, except when it doesn't.

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

[Libreoffice-bugs] [Bug 153287] Dark mode: Combo box and Edit box look and feel inconsistent on Windows

2023-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153287

steve  changed:

   What|Removed |Added

 Blocks||150915
 OS|All |Windows (All)
 CC||l...@disr.it


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=150915
[Bug 150915] [META] Windows Dark Mode bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153287] Dark mode: Combo box and Edit box look and feel inconsistent on Windows

2023-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153287

--- Comment #2 from Mike Kaganski  ---
Maybe a better reference behavior could be seen in system file dialogs,
featuring an edit box and comboboxes.

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

[Libreoffice-bugs] [Bug 153287] Dark mode: Combo box and Edit box look and feel inconsistent on Windows

2023-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153287

--- Comment #1 from Mike Kaganski  ---
Created attachment 185020
  --> https://bugs.documentfoundation.org/attachment.cgi?id=185020=edit
Screencast of similar controls behavior in Visual Studio 2022

For comparison: this is how similar controls behave in MS Visual Studio.

They have the same outer decoration. On hover, edit box gets much brighter
border; and comboboxes behave in one of two ways: either get the same bright
border as edit box (see the zoom box in the bottom), or don't change the
border, but slightly change the area (see the process selector). Likely the
difference depends on editability of the combobox' edit control.

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