You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Far calls Dialog::InitDialogObjects function while processing the DM_SETTEXT message. This may result in two elements having DIF_FOCUS flag set under certain conditions. This also tricks plugins into not receiving the appropriate focus event messages.
There seems to be no point in changing focus when processing the DM_SETTEXT message. A simple approach of disabling all focus calculations when processing the DM_SETTEXT message works well.
Expected behavior
No response
Actual behavior
Example:
The text was updated successfully, but these errors were encountered:
Far Manager version
3.0.6405.4063
OS version
10.0.19045.5247
Other software
No response
Steps to reproduce
Far calls
Dialog::InitDialogObjects
function while processing theDM_SETTEXT
message. This may result in two elements havingDIF_FOCUS
flag set under certain conditions. This also tricks plugins into not receiving the appropriate focus event messages.There seems to be no point in changing focus when processing the
DM_SETTEXT
message. A simple approach of disabling all focus calculations when processing theDM_SETTEXT
message works well.Expected behavior
No response
Actual behavior
Example:
The text was updated successfully, but these errors were encountered: