You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a textbox you could press Alt followed by for instance 0178 on the numeric keyboard to enter special characters. If a Ribbon is used in the same window this causes some issues.
When Alt is pressed key tips are shown. This is fine. However, when 0 is pressed on the numeric keyboard the ribbon should stop listen for keys. Both Word and Explorer has this behavior.
I’ll tried to fix this myself. I figured out that something should be done in KeyTipService.OnWindowKeyDown but then I’ll gave up :-).
The text was updated successfully, but these errors were encountered:
In a textbox you could press Alt followed by for instance 0178 on the numeric keyboard to enter special characters. If a Ribbon is used in the same window this causes some issues.
When Alt is pressed key tips are shown. This is fine. However, when 0 is pressed on the numeric keyboard the ribbon should stop listen for keys. Both Word and Explorer has this behavior.
I’ll tried to fix this myself. I figured out that something should be done in KeyTipService.OnWindowKeyDown but then I’ll gave up :-).
The text was updated successfully, but these errors were encountered: