Skip to main content

Bug Tracker

Side navigation

#2414 closed bug (fixed)

Opened February 26, 2008 04:21PM UTC

Closed December 09, 2009 10:50PM UTC

Broken handling of embedded applets

Reported by: dimi Owned by:
Priority: major Milestone: 1.4
Component: event Version: 1.4a1
Keywords: Cc:
Blocked by: Blocking:
Description

When Java objects are present, the handling of ajax events

break. The bug is at line 2019 in 1.2.3, and it generates

the following exception:

Java class com.aurigma.imageuploader.ImageUploader has no

public field or method named "onajaxStop"

Problem is at this line:

if ( !fn && elem["on"+type] && elem["on"+type].apply( elem, data ) === false ...

If we just try to access the "on"+type, the Java LiveConnect

will try to lookup such a method on the Java object, and fail

with an exception.

Attachments (0)
Change History (2)

Changed April 03, 2008 03:00PM UTC by DanSwitzer2 comment:1

This appears to be related to #2349 and #1675. The problem is that FF2 can't add handle the jQuery expando on any element that contains a Java applet.

Changed December 09, 2009 10:50PM UTC by john comment:2

component: coreevent
milestone: 1.2.41.4
resolution: → fixed
status: newclosed
version: 1.2.31.4a1