Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scrollTo() method does not work on Blackberry #29

Open
mikegordienko-devpronet opened this issue Oct 31, 2012 · 0 comments
Open

scrollTo() method does not work on Blackberry #29

mikegordienko-devpronet opened this issue Oct 31, 2012 · 0 comments

Comments

@mikegordienko-devpronet

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant