https://bugs.winehq.org/show_bug.cgi?id=43838
Bug ID: 43838 Summary: this ComboBox highlight effect happens on all Windows versions but not on Wine Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: development@winomega.com Distribution: ---
When run on Windows, this simple application (one form with EditBox and ComboBox) automatically highlights the ComboBox on startup.
When run on Wine, it doesn't.
This only happens when:
- The ComboBox has a pre-selected item which is on its list of available items.
- The form OnResize event updates the font color of the ComboBox to clBlack after all the form components are already drawn.
I'll include a testcase with source code.
https://bugs.winehq.org/show_bug.cgi?id=43838
Omega Software development@winomega.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu Keywords| |download, source, testcase Component|-unknown |user32
https://bugs.winehq.org/show_bug.cgi?id=43838
--- Comment #1 from Omega Software development@winomega.com --- Created attachment 59390 --> https://bugs.winehq.org/attachment.cgi?id=59390 testcase executable
https://bugs.winehq.org/show_bug.cgi?id=43838
--- Comment #2 from Omega Software development@winomega.com --- Created attachment 59391 --> https://bugs.winehq.org/attachment.cgi?id=59391 testcase source code (written in Delphi7)
Note: if you don't have Delphi7, you can also build this using Lazarus (http://www.lazarus-ide.org/)
https://bugs.winehq.org/show_bug.cgi?id=43838
--- Comment #3 from Omega Software development@winomega.com --- Created attachment 59392 --> https://bugs.winehq.org/attachment.cgi?id=59392 Windows 8.1 screenshot, with expected result
https://bugs.winehq.org/show_bug.cgi?id=43838
--- Comment #4 from Omega Software development@winomega.com --- Created attachment 59393 --> https://bugs.winehq.org/attachment.cgi?id=59393 Wine HEAD screenshot
https://bugs.winehq.org/show_bug.cgi?id=43838
Omega Software development@winomega.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |trivial
https://bugs.winehq.org/show_bug.cgi?id=43838
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #5 from Fabian Maurer dark.shadow4@web.de --- Confirming.