Skip to main content

Bug Tracker

Side navigation

#11875 closed bug (invalid)

Opened June 07, 2012 01:39PM UTC

Closed June 22, 2012 08:20AM UTC

getAttributeNode is undefined

Reported by: nassi9@gmail.com Owned by: nassi9@gmail.com
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

set: function (a, b, d) { var e = a.getAttributeNode(d);

this line throws exception in the "a.getAttributeNode" because

the getAttributeNode is undefined.

Attachments (0)
Change History (4)

Changed June 07, 2012 01:45PM UTC by dmethvin comment:1

owner: → nassi9@gmail.com
status: newpending

Yeah, we're having a lot of problems with that a variable. I think we should change it to b, maybe that would fix it.

Oh, by the way, can you create a test case and put it on jsFiddle so we know what the value of a is when the error occurs?

Changed June 07, 2012 02:30PM UTC by anonymous comment:2

Replying to [comment:1 dmethvin]:

Yeah, we're having a lot of problems with that a variable. I think we should change it to b, maybe that would fix it. Oh, by the way, can you create a test case and put it on jsFiddle so we know what the value of a is when the error occurs?

I am using a lot of libraries and they are conflicts with the jQuery

I think you just need to add

if (typeof a.getAttributeNode != "undefined") -- maybe....

Changed June 07, 2012 02:31PM UTC by dmethvin comment:3

We still need a test case before we can proceed. I want to know what a has.

Changed June 22, 2012 08:20AM UTC by trac-o-bot comment:4

resolution: → invalid
status: pendingclosed

Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!