[Bug 47508] FL Studio: Pressing backspace while editing the name of something closes edit name window prematurely

WineHQ Bugzilla wine-bugs at winehq.org
Tue Nov 26 08:25:11 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=47508

Piotr Caban <piotr.caban at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |piotr.caban at gmail.com

--- Comment #6 from Piotr Caban <piotr.caban at gmail.com> ---
The application tries to compare following strings:
L"\x0008" and L""

The strings are identical according to Unicode Collation Algorithm (that is
used in wine to compare Unicode strings). In order to fix this bug we will need
to use different algorithm or modify the collation tables.

Note for people trying to reproduce it: the application starts for me only when
stdout/stderr is redirected (doesn't work when output goes to console).

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list