Numeric keypad not working with HTML5 bookmarks
Cause
As per our developers, this is a Javascript limitation. Javascript cannot detect the Caps Lock, Num Lock states. When opening a bookmark, the default state of these keys is OFF. Problems occur If the state of these keys on the physical keyboard is ON while connecting to the bookmark.
Resolution
Before connecting to the HTML5 bookmark switch off the Num Lock key so its state is synchronized with the default state. Once inside the HTML5 bookmark, switch the Num Lock key back on.