ka-extension / ka-extension-ts

A browser extension for Khan Academy.
MIT License
19 stars 11 forks source link

Switching away from and back to the About tab loses changes to program buttons #97

Closed MatthiasPortzel closed 6 years ago

MatthiasPortzel commented 6 years ago

Switching to one of the other tabs under to the editor on a program (such as Spin-Offs or Documentation), and then returning to the About tab causes the changes the extension makes to the program buttons to be un-done. This effects the flag, vote, and report buttons. The solution would be to add an eventListener to the About tab link to re-fire these modifications once switching back to the tab.

(I'd be willing to fix this issue, I just wouldn't make any promises of timely-ness.)