[TIMOB-8183] MobileWeb: Implement event overloading mechanism in Evented
| GitHub Issue | n/a |
| Type | New Feature |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-03-22T16:19:46.000+0000 |
| Affected Version/s | Release 2.0.0 |
| Fix Version/s | Release 2.0.0, Sprint 2012-06 |
| Components | MobileWeb |
| Labels | n/a |
| Reporter | Bryan Hughes |
| Assignee | Chris Barber |
| Created | 2012-03-22T10:28:17.000+0000 |
| Updated | 2017-03-03T23:56:13.000+0000 |
Description
Currently, controls can override touch event behavior by overriding a special _handleTouchEvent method. This is kinda hacky and not very scalable. Instead we should provide a formal generic mechanism in Evented that allows object to "hook" or "override" events to modify event data/behavior.
Attachments
| File | Date | Size |
| app.js | 2012-03-22T16:02:07.000+0000 | 570 |
Pull Request: https://github.com/appcelerator/titanium_mobile/pull/1806
Closing ticket as MobileWeb is no longer supported.