Closed
Bug 302069
Opened 19 years ago
Closed 19 years ago
Custom events don't bubble
Categories
(Core Graveyard :: XForms, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: stpride, Assigned: smaug)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b4) Gecko/20050725 Firefox/1.0+ Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b4) Gecko/20050725 Firefox/1.0+ Unlike other processors, we don't bubble custom events by default. Reproducible: Always
| Reporter | ||
Comment 1•19 years ago
|
||
Should get a 'custom-event' message followed by a 'custom-event parent' message.
| Assignee | ||
Updated•19 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
| Assignee | ||
Updated•19 years ago
|
Assignee: aaronr → smaug
Status: ASSIGNED → NEW
| Assignee | ||
Comment 2•19 years ago
|
||
(In reply to comment #1) > Created an attachment (id=190438) [edit] > testcase > > Should get a 'custom-event' message followed by a 'custom-event parent' > message. Should get a 'custom-event' message followed by a 'custom-event parent' and still followed by 'custom-event'. This is because the <xf:action ev:event="custom-event"> is inside <xf:action id="gohere" ev:event="custom-event" ev:defaultAction="cancel">
| Assignee | ||
Comment 3•19 years ago
|
||
This checks "false" and "0" values.
Attachment #190442 -
Flags: review?(aaronr)
| Assignee | ||
Comment 4•19 years ago
|
||
From the spec: "bubbles - Optional boolean indicating if this event bubbles—as defined in [DOM2 Events]. The default value depends on the definition of a custom event. For predefined events, this attribute has no effect." But in the Schema the default value is marked as "true". And same thing for "cancelable"
Status: NEW → ASSIGNED
Updated•19 years ago
|
Attachment #190442 -
Flags: review+
Attachment #190442 -
Flags: review?(aaronr) → review+
| Assignee | ||
Comment 5•19 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•