[TIMOB-16536] MobileWeb: Image "load" event does not fire due to incorrect context
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-03-31T21:37:02.000+0000 |
Affected Version/s | Release 3.2.1 |
Fix Version/s | 2014 Sprint 07, 2014 Sprint 07 Tooling, Release 3.3.0 |
Components | MobileWeb |
Labels | kitchensink, qe-testadded |
Reporter | Andrew Greenstreet |
Assignee | Chris Barber |
Created | 2014-02-24T18:44:20.000+0000 |
Updated | 2014-06-19T12:44:34.000+0000 |
Description
Mobile web Image.js does not fire "load" event due to incorrect "this" context on the callback
Fixed @ https://github.com/appcelerator/titanium_mobile/pull/5374
Thank you so much for submitting this pull request. In order for us to evaluate this pull request, we need a simple runnable test case illustrating the current issue so that we then can use the PR to verify that the issue has been fixed indeed. Again, we appreciate your effort and hard work.
Moving this ticket to engineering to evaluate the submitted PR in the context of this ticket.
3_2_X_hybrid pull request: https://github.com/appcelerator/titanium_mobile/pull/5560
Chris, can we get a test case for this?
[~emerriman] In KitchenSink, go to Base UI > Views > ImageViews > Basic, then look in the web browser's console output for "[INFO] LOAD CALLED".
Verified fixed on: Mac OSX 10.9.3 Appcelerator Studio, build: 3.3.0.201405121247 Titanium SDK, build: 3.3.0.v20140515133312 Titanium CLI, build: 3.3.0-dev Alloy: 1.4.0-alpha Chrome: 34.0.1847.137 Used test-case provided by Chris. Browser's console displays "[INFO] LOAD CALLED". Closing.