- Joined
- May 13, 2022
- Messages
- 1
- Reaction score
- 0
I have created a VSTO Add-in for MS Word in which I have Ribbon button, On click of Ribbon button I open right hand pane(Custom Task Pane) and also add some links to Word document using some logic. After closing the RHP if I click on the hyperlinks present in the document it does not open in the 1st click and it only opens on the 2nd click. I have tried activating the document by bringing the cursor to the top of the page when RHP is closed, but still the issue is not getting resolved. Can you suggest what can be done to open the links in the document in a single click