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
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
If 'use strict' is in effect when I use typeahead, I get these messages in the console:
body.scrollTop is deprecated in strict mode. Please use 'documentElement.scrollTop' if in strict mode and 'body.scrollTop' only if in quirks mode.
body.scrollLeft is deprecated in strict mode. Please use 'documentElement.scrollLeft' if in strict mode and 'body.scrollLeft' only if in quirks mode.
@pkozlowski-opensource I can confirm this behavior in Chrome 32.0.1700.77 which occurs in all tooltips, the tooltips in the documentation are a good example.
If
'use strict'
is in effect when I use typeahead, I get these messages in the console:I think the error comes from here:
It'd be great if these warnings could be avoided while still enjoying the benefits of
use strict
.The text was updated successfully, but these errors were encountered: