FLUID-2354: Return semantics for "preventable" events do not agree with those of the DOM

Metadata

Source
FLUID-2354
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Antranig Basman
Created
2009-03-16T14:29:50.000-0400
Updated
2011-02-22T16:27:42.724-0500
Versions
  1. 0.8
Fixed Versions
  1. 1.0
Component
  1. Framework

Description

Historically, "preventable" events have been implemented with the opposite semantics for preventing propagation to those in the DOM. For "preventable" events, a return value of "true" has the effect of both stopping propagation and also of any default effect of the event, whereas, the DOM uses a return value of "false". For the 1.0 release, this API should be adjusted to conform to the DOM convention.

Comments

  • Antranig Basman commented 2009-03-16T14:31:35.000-0400

    Fixed at revision 6750. I have updated various handlers in InlineEdit and Reorderer to conform to the new model, but I believe that this behaviour was never exercised.

  • Michelle D'Souza commented 2011-02-22T16:27:42.722-0500

    Closing issues that were resolved for 1.0 and earlier releases.