-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Extension Manager throws TypeError on selecting tab #9466
Comments
Can you empty out the |
That's a known issue, filed under #5852 |
I am on Mac OS X 10.9.5. And clearing the user extensions does not have any influence. I am not 100% sure about #5852 but looks connected. In my case the extensions are shown anyway and the dialog does not freeze.... but that aside.... I did some debugging and I've traced the problem to the _activeTabIndex, it is undefined at the moment of the click. So IMHO, a simple check if it is undefined and return if it is should do the job (init is still not done). Or maybe setting an initial value... btw. should I copy this to 5852? |
This is now hopefully fixed on master. |
Closing as fixed |
@peterflynn seems like you forgot to close. |
Good catch! |
Mac OS X 10.9.5
Release 0.44 experimental build 0.44.0-14876 (release 6d2d33d)
build timestamp: Fri Oct 03 2014 15:05:19 GMT-0700
console log:
The code in question:
How to reproduce:
The text was updated successfully, but these errors were encountered: