Skip to main content

Bug Tracker

Side navigation

#7056 closed bug (invalid)

Opened September 20, 2010 04:12PM UTC

Closed September 22, 2010 02:35AM UTC

TypeError: e.toElement is undefined

Reported by: bahmad Owned by:
Priority: Milestone: 1.4.2
Component: unfiled Version: 1.4.2
Keywords: e.toElement Cc:
Blocked by: Blocking:
Description

here is my code that is working fine with IE but getting error with firfox

txtArea.focusout(function (e) {

if (e && e.toElement && e.toElement.id == autoDiv.attr('id')) {

return;

}

autoHide();

e.stopPropagation();

});

Attachments (0)
Change History (1)

Changed September 22, 2010 02:35AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

This is not a bug report. Please ask for help on the forum.