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-8446] Window open, close, focus, and blur events not firing when opened with tab.open() #2220

Merged
merged 11 commits into from May 18, 2012
Merged

Conversation

cb1kenobi
Copy link
Contributor

This also fixes splash screen parity.

// to set a widget id and css class on the dom node.
declaredClass: "Ti.UI.TabBarContainer",

_doLayout: function(params) {
Copy link
Contributor

Choose a reason for hiding this comment

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

The _doLayout method is not used anymore...this code is never called. FWIW I reworked tabgroup in 8275 so that this type of "prelayout" tweaking is not necessary. This method should just be removed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed!

@nebrius
Copy link
Contributor

nebrius commented May 18, 2012

Code reviewed and tested. Request accepted.

nebrius added a commit that referenced this pull request May 18, 2012
[TIMOB-8446] Window open, close, focus, and blur events not firing when opened with tab.open()
@nebrius nebrius merged commit bca9462 into tidev:master May 18, 2012
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

2 participants