Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

For #5852: Clicking an Extension Manager tab while still loading will show it #9594

Merged
merged 4 commits into from
Jan 28, 2015

Conversation

marcelgerber
Copy link
Contributor

For #5852 and #9466.

$(".modal-body", $dlg).scrollTop(models[_activeTabIndex].scrollPos || 0);
$searchClear.click();
$(".modal-body", $dlg).scrollTop((models[_activeTabIndex] && models[_activeTabIndex].scrollPos) || 0);
clearSearch();
Copy link
Contributor

Choose a reason for hiding this comment

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

When I tested this, clearsearch() also threw an exception during the call to updateSearchDisabled(). I think this statement needs to be also checked for models[_activeTabIndex] to exist. Maybe you want to wrap both the statements in an if statement

@marcelgerber
Copy link
Contributor Author

@prksingh Changes pushed.

prksingh added a commit that referenced this pull request Jan 28, 2015
For #5852: Clicking an Extension Manager tab while still loading will show it
@prksingh prksingh merged commit b0d19fc into adobe:master Jan 28, 2015
@prksingh
Copy link
Contributor

@marcelgerber Merged. Thanks for the fix!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants