Bug Tracker

Opened 16 years ago

Closed 16 years ago

Last modified 12 years ago

#2460 closed bug (invalid)

$('div.itemContent', this.parentNode.parentNode) returns empty in Firefox

Reported by: ynot408 Owned by:
Priority: major Milestone: 1.2.4
Component: core Version: 1.2.3
Keywords: Cc: ynot408@…
Blocked by: Blocking:

Description

Hi,

var targetContent = $('div.itemContent', this.parentNode.parentNode); The above code doesnot return a targetcontent in FireFox

Steps to reproduce the problem - Have attached the html page that has this problem. Clicking on + for Test Method: test_GCCLogin_Compuserve should expand it like it happens for other rows in FIREFOX 2.0.0.12. But this doesnot seem to happen.This works fine with IE6.

Thanks & regards, Paul

Attachments (1)

index.html (127.2 KB) - added by ynot408 16 years ago.

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by ynot408

Attachment: index.html added

comment:1 Changed 16 years ago by scott.gonzal

Resolution: invalid
Status: newclosed

Your page has invalid markup.

<td><font><div><a>..</a></div>....</td></font>
Note: See TracTickets for help on using tickets.