Same behavior.
On an additional note: The history dialogs, i.e., command and directory, also work fine. Do these use the same code as XDir?
Edit: some time later after more random tests with command dialogs.
1st test
- in TCMD enter DIR and press Alt-F2
- command dialog opens
- click on Firefox
- click on command dialog
- result: Z Order of windows is unexpected (screenshot)
2nd test
- first two items as before
- click on TCMD window
- command dialog blinks "in and out of existence"
Most probable explanation for 2nd test : TCMD grabs focus, command dialog goes to the background and finally grabs the focus and comes to the foreground again.
This also happens when TCC v36 is running in conhost and in TCMD v35. I never managed to see this before.
Question: are those "dialogs" non-modal windows which do not disable their parent, i.e., the TCMD main window? If true, I somewhat understand the comment about "timing problem". This might then be something which is inherently machine dependent, e.g. processor speed, performance of graphics card, driver of graphics card, etc.
One more thing about the 1st test: when clicking on Firefox and the command dialog repeatedly to switch the focus back and forth I manged to get the command dialog blinking in the background on some occasions. It seems the command dialog is trying to grab the focus and cannot get it. Unfortunately, this is not consistent and I cannot reproduce it myself reliably, that is, I cannot give a clear indication when and how that happens.
I hope this provides some pointers on what is happening. The odd Z order is not much of an obstacle, but losing the focus is somewhat annoying.