https://bugs.winehq.org/show_bug.cgi?id=58067
Bug ID: 58067 Summary: [Regression] comctl32/edit: Unable to enter values in Adobe Lightroom Classic 10.4 Product: Wine Version: 10.4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: bugs@bzatek.net CC: bunglehead@gmail.com Regression SHA1: d18a1fded2e2024ae2c8cdc4235654ff2d8dd5e9 Distribution: ---
Created attachment 78320 --> https://bugs.winehq.org/attachment.cgi?id=78320 the tool on mouseover
bug 56108 resp. https://gitlab.winehq.org/wine/wine/-/merge_requests/7606 has broken ability to enter values in some of the edit boxes in Adobe Lightroom Classic 10.4. Reverting the two mentioned changes fixes the issue.
FWIW, Adobe often modifies widget look and behaviour. In this case the particular tool's value looks like a label, clicking and dragging the label will change value of the slider on the left. Single click will turn the label into an edit, which then acts normally - enter letters and numbers, either confirm by the Enter key or cancel by the Escape key.
Tested against wine-10.5
https://bugs.winehq.org/show_bug.cgi?id=58067
--- Comment #1 from Tomáš Bžatek bugs@bzatek.net --- Created attachment 78321 --> https://bugs.winehq.org/attachment.cgi?id=78321 the tool after click
https://bugs.winehq.org/show_bug.cgi?id=58067
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|[Regression] comctl32/edit: |comctl32/edit: Unable to |Unable to enter values in |enter values in Adobe |Adobe Lightroom Classic |Lightroom Classic 10.4 |10.4 | Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=58067
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- (In reply to Tomáš Bžatek from comment #0)
FWIW, Adobe often modifies widget look and behaviour. In this case the particular tool's value looks like a label, clicking and dragging the label will change value of the slider on the left. Single click will turn the label into an edit, which then acts normally - enter letters and numbers, either confirm by the Enter key or cancel by the Escape key.
Thanks for the report. Are you describing here how it should work or how it current works on Wine with this regression? Which case does not work - dragging while holding the mouse button or entering edit mode?