-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
There's a page with a list. When you click on the list item the content for the item is loaded via ajax. In ajax callback .scrollTo() method is used to scroll the page up. And this method makes error. I've found that bug appears here:
getMatrixFromNode = function(/HTMLElement/node){ /WebKitCSSMatrix/
var doc = node.ownerDocument,
transform = window.getComputedStyle(node).webkitTransform;
return new WebKitCSSMatrix(transform);
}
typeof WebKitCSSMatrix returns 'object' instead of 'function'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels