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

Fix for #5923: Maintain scroll position for each ExtensionManager tab #6637

Merged
merged 2 commits into from
Jan 26, 2014

Conversation

marcelgerber
Copy link
Contributor

#5923 @lkcampbell @couzteau

This fixes #5923 where the scroll position of the ExtensionManager tabs was not maintained.

Is this a good approach? Should I (try to) add an unit test?

$(this).tab("show");

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

Choose a reason for hiding this comment

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

Just one nit. Probably don't need the newline characters, just keeping with the existing coding style. Otherwise, it looks good. Nice, simple change.

Probably don't need unit tests. Small, localized change. If it fails, nothing will break.

@lkcampbell
Copy link
Contributor

@SAplayer, initial review complete, just one little nit, otherwise it looks good.

@marcelgerber
Copy link
Contributor Author

@lkcampbell Just fixed this nit.

@lkcampbell
Copy link
Contributor

Looks good. Merging.

lkcampbell added a commit that referenced this pull request Jan 26, 2014
Fix for #5923: Maintain scroll position for each ExtensionManager tab
@lkcampbell lkcampbell merged commit f2a57eb into adobe:master Jan 26, 2014
@marcelgerber marcelgerber deleted the fix-5923 branch January 26, 2014 18:17
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.

Extension Manager: Scrolling the list in one tab scrolls the other tab list as well
2 participants