Issue by peterflynn
Thursday Apr 17, 2014 at 19:47 GMT
Originally opened as adobe/brackets#7559
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).
peterflynn included the following code: https://github.com/adobe/brackets/pull/7559/commits
Thursday Apr 17, 2014 at 19:47 GMT
Originally opened as adobe/brackets#7559
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).
peterflynn included the following code: https://github.com/adobe/brackets/pull/7559/commits