ForNeVeR / ExtDiff

Compare documents using MS Word from the command line.
MIT License
122 stars 18 forks source link

Freezing ribbon #11

Open ondrakubicek opened 2 years ago

ondrakubicek commented 2 years ago

Whe using script to open compare window, the ribbon panel is freezin, cant click any button in it etc. After window resize os window switch focus the panel unfreez.

I had to add change ActiveWindow.WindowState to normal/max and back to work it around.

ForNeVeR commented 2 years ago

Oh, that's interesting. Which Office version do you use? Does it reproduce on any documents or only on particular ones?

ondrakubicek commented 2 years ago

Word 365 MSO (Version 2201), Win 10. Happens with every document.

ForNeVeR commented 2 years ago

Okay, if you have a patch that fixes the issue for you, I would consider merging that. Especially if you're able to get the Word version and make the changes to only Word 365 (interestingly, I've never used that yet).