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

bv.tagName is undefined in piwik.js #5316

Closed
anonymous-matomo-user opened this issue Jun 7, 2014 · 2 comments
Closed

bv.tagName is undefined in piwik.js #5316

anonymous-matomo-user opened this issue Jun 7, 2014 · 2 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.

Comments

@anonymous-matomo-user
Copy link

While using jqueryUI sortable functions I get the following error on mouseup in function aZ()

TypeError: bv.tagName is undefined
br = bv.tagName.toUpperCase();

I was able to patch this with

    while (bt !== null && s(bt)) {
    +   if(bv.nodeName=="#text") break;
        br = bv.tagName.toUpperCase();

I have no idea if it's broken other stuff by doing this I just thought I should let you know.

@mattab
Copy link
Member

mattab commented Jun 11, 2014

Thanks for the report!

@anonymous-matomo-user anonymous-matomo-user added this to the 2.5.0 - Piwik 2.5.0 milestone Jul 8, 2014
@mattab
Copy link
Member

mattab commented Dec 1, 2014

Hello, could you please submit a script to reproduce this issue if you still have the bug with 2.9.1?

@mattab mattab closed this as completed Dec 1, 2014
@mattab mattab added the worksforme The issue cannot be reproduced and things work as intended. label Dec 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

2 participants