S
Software_Developer
Hello.
I've found one very strange bug in Word 2007. When the Home tab of the
Ribbon is active and selection covers the first or the last character of the
internal range of Content Control, unexpected ContentControlOnExit is fired!
If the Ribbon is minimized (Quick Access Toolbar -> Minimize the Ribbon [or
press Ctrl+F1]) or any other tab is active everything works properly.
To reproduce this issue you can insert plain text Content Control and fill
it with text "123". Activate the Home tab of the Ribbon, put cursor into the
Control -> ContentControlOnEnter event is fired - OK, select text "1" or "3"
or "123" -> ContentControlOnExit is fired - Wrong, cursor is still placed
inside the Control and Control remains active. Expected result:
ContentControlOnExit event must not be fired in this situation. Toggling
Design Mode doesn't affect this issue.
I would be grateful if anyone could submit this bug to Microsoft to resolve
this problem. Thanks.
I've found one very strange bug in Word 2007. When the Home tab of the
Ribbon is active and selection covers the first or the last character of the
internal range of Content Control, unexpected ContentControlOnExit is fired!
If the Ribbon is minimized (Quick Access Toolbar -> Minimize the Ribbon [or
press Ctrl+F1]) or any other tab is active everything works properly.
To reproduce this issue you can insert plain text Content Control and fill
it with text "123". Activate the Home tab of the Ribbon, put cursor into the
Control -> ContentControlOnEnter event is fired - OK, select text "1" or "3"
or "123" -> ContentControlOnExit is fired - Wrong, cursor is still placed
inside the Control and Control remains active. Expected result:
ContentControlOnExit event must not be fired in this situation. Toggling
Design Mode doesn't affect this issue.
I would be grateful if anyone could submit this bug to Microsoft to resolve
this problem. Thanks.