Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timob 6096: Android: View: Rhino only: Event propagation not showing window info when clicking anywhere #710

Merged
merged 7 commits into from Nov 18, 2011

Conversation

pingwang2011
Copy link
Contributor

Jira ticket http://jira.appcelerator.org/browse/TIMOB-6096
To test it, KS Base UI > View > Events Propagation. When clicking anywhere in the window, the bottom label should show text.

@marshall
Copy link
Contributor

We may need to wrap these events so the "source" object is the wrapper window proxy instead of "this.window"


// Add event listeners to this.window and update the source of events to this after the window opens
var self = this;
function addListener(name, listener) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's move this "addListener" function into a single spot so we don't duplicate code

@marshall
Copy link
Contributor

Code and functional review passed, Request accepted

@billdawson
Copy link
Contributor

Code review accepted

billdawson added a commit that referenced this pull request Nov 18, 2011
Timob 6096: Android: View: Rhino only: Event propagation not showing window info when clicking anywhere
@billdawson billdawson merged commit b423f70 into tidev:master Nov 18, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants