I added a series of checkbox content controls to a Word2013 document, NOT a dialog box. When I click one of the checkboxes, the focus shifts to the SECOND checkbox in the series, NOT the NEXT checkbox.
I added some Visual Basic msgboxes to the OnEnter and OnExit events in the document to display the Title and Tag of the ContentControl that is being entered or exited. This shows that the focus DOES shift the the next checkbox in the series but it exits the checkbox immediately and enters the next box, which is the second box after the box clicked. In other words, it appears the focus is moving correctly from one box to the next, BUT the focus does not remain in the next box but quickly moves out of it.
I have tried the document in both Word 2013 and 2010, and the behavior is the same.
Is this a bug, or do I need to add code to prevent this?
Thanks,
Van