Yutao Huang
Yutao Huang
Touchpad scroll in the editor doesn't work for ScriptLab on RichClient. Seems to be an IE issue. The production Script Lab seems to have the same problem. I'm using Surface...
According to the W3C standard (https://www.w3.org/TR/webstorage/#dom-storage-getitem): > ... If the given key does not exist in the list associated with the object then this method must return **null**. In the...
Storage.has(key) returns true even when the key actually doesn't exist. This incorrect behavior is also impacting things like `authenticator.endpoints.has(...)`, which always mistakenly returns `true` for an actually not registered endpoint....
When the backstage menu is open, I should be able to hit "ESC" to dismiss it .