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

Fix Extension Manager crash when other Bootstrap tabs present in DOM#7559

Merged
redmunds merged 1 commit intomasterfrom
pflynn/ext-manager-jquery-fix
Apr 17, 2014
Merged

Fix Extension Manager crash when other Bootstrap tabs present in DOM#7559
redmunds merged 1 commit intomasterfrom
pflynn/ext-manager-jquery-fix

Conversation

@peterflynn
Copy link
Copy Markdown
Member

Fix Extension Manager bug: a poorly-scoped jQuery call causes it to see all Bootstrap tabs in the entire DOM as part of its tab set, so it will crash if any other such tabs exist in the UI (leaving the Extension Manager dialog blank).

This was the only jQuery call in the Extension Manager code that wasn't already scoped down to $dlg (or used an equivalent parent selector).

*all* Bootstrap tabs in the entire DOM as part of its tab set, so it will
crash if any such other tabs exist in the UI.

This was the only jQuery call in the Extension Manager code that wasn't
scoped down to $dlg (or used an equivalent parent selector).
@redmunds redmunds self-assigned this Apr 17, 2014
@redmunds
Copy link
Copy Markdown
Contributor

Looks good. Merging.

redmunds added a commit that referenced this pull request Apr 17, 2014
Fix Extension Manager crash when other Bootstrap tabs present in DOM
@redmunds redmunds merged commit 8ccd303 into master Apr 17, 2014
@redmunds redmunds deleted the pflynn/ext-manager-jquery-fix branch April 17, 2014 20:14
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