Titanium JIRA Archive
Alloy (ALOY)

[ALOY-353] Titanium proxies built from markup should support all Backbone eventing

GitHub Issuen/a
TypeImprovement
PriorityMedium
StatusResolved
ResolutionFixed
Resolution Date2012-11-05T15:28:17.000+0000
Affected Version/sn/a
Fix Version/sAlloy 0.3.2, 2012 Sprint 22
ComponentsRuntime
Labelsnotable
ReporterTony Lukasavage
AssigneeUnknown
Created2012-10-30T19:35:43.000+0000
Updated2018-03-07T22:25:58.000+0000

Description

Titanium proxies should support the on(), off(), and trigger() Backbone eventing functions. These functions should wire seamlessly into the eventing functions built in to Titanium proxies, meaning: * on === addEventListener * off === removeEventListener * trigger === fireEvent

Comments

  1. Tony Lukasavage 2012-11-14

    In this ticket, a bug was also resolved that was firing event listeners set with *on()* multiple times. The wiring between Backbone eventing and Titanium proxy eventing has been fixed and on(), off(), and trigger() behave as expected when used by proxies.

JSON Source