[prev in list] [next in list] [prev in thread] [next in thread] 

List:       konq-bugs
Subject:    Bug#37442: marked as done (event.cancelBubble property not supported) by Harri Porten <porten@kde.or
From:       owner () bugs ! kde ! org (Stephan Kulow)
Date:       2002-02-28 17:03:22
[Download RAW message or body]

Your message with subj: event.cancelBubble property not supported

Thank you for your bug report.
The bug that you reported has been identified, and has been fixed in the
latest development (CVS) version of KDE. The bug report will be closed.

Correct DOM way is to use event.stopPropagation() btw.

has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Stephan Kulow
(administrator, KDE bugs database)

Received: (at submit) by bugs.kde.org; 23 Jan 2002 14:01:54 +0000
Received: (qmail 5891 invoked by uid 33); 23 Jan 2002 14:01:54 -0000
Date: 23 Jan 2002 14:01:54 -0000
Message-ID: <20020123140154.5890.qmail@master.kde.org>
To: submit@bugs.kde.org
Subject: event.cancelBubble property not supported
From: tyler@kianta.com

Package:           kjs
Version:           KDE 2.2.2 
Severity:          wishlist
Installed from:    RedHat RPMs
Compiler:          Not Specified
OS:                Linux
OS/Compiler notes: Not Specified

Suppose you have a click event handler set for the body of a document:

<body onclick="x(this)">

and then inside the document, you have an event click handler set for an image:

<img src=".gif" onclick="x(this)">

When you click the image, x is called twice -- once from the img, once from the body. \
IE supports a property to cancel this behavior: 

<img src=".gif" onclick="x(this); event.cancelBubble=true;">

(when event.cancelBubble is set, IE doesn't execute the event code of the parent \
object(s))

Konqueror doesn't seem to support this property.  Is there another way to cancel \
event bubbling, or is it not supported for now?

(Submitted via bugs.kde.org)

_______________________________________________
Konq-bugs mailing list
Konq-bugs@mail.kde.org
http://mail.kde.org/mailman/listinfo/konq-bugs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic