Windows Font Dialog no blocking text view in Wine

Post Reply
User avatar
Ivan Denisov
Posts: 362
Joined: Tue Sep 17, 2013 12:21 am
Location: Krasnoyarsk, Russia

Windows Font Dialog no blocking text view in Wine

Post by Ivan Denisov »

I found the unwanted behavior of BlackBox Framework in Wine.

If I create a link with HostDialog.FontDialog and click it, BlackBox allows to click again and making a TRAP.
link_dialog_trap.png

Code: Select all

dia@lenovo:~$ wine --version 
wine-3.6 (Ubuntu 3.6-1)
I checked 1.6 version also. In Windows 10 there is no such a problem.
Josef Templ
Posts: 262
Joined: Tue Sep 17, 2013 6:50 am

Re: Windows Font Dialog no blocking text view in Wine

Post by Josef Templ »

A similar and possibly related problem appears under wine when opening the Font dialog from the Attributes menu.
When pressing Cancel, a trap is generated.

It is possible that WinDlg.ChooseFontW behaves slightly different under wine.

- Josef
User avatar
Ivan Denisov
Posts: 362
Joined: Tue Sep 17, 2013 12:21 am
Location: Krasnoyarsk, Russia

Re: Windows Font Dialog no blocking text view in Wine

Post by Ivan Denisov »

Josef Templ wrote:A similar and possibly related problem appears under wine when opening the Font dialog from the Attributes menu.
When pressing Cancel, a trap is generated.
...Can not reproduce this with wine-3.6, my BlackBox does not generate trap in such case.
Post Reply