Signing back into the Community for the first time? You'll need to reset your password to access your account.  Find out more.

Forum Discussion

Former Member's avatar
Former Member
4 years ago

Bug: browser extension crashes on clicking a button that is followed by a <math> tag

Reproducible with the following page: <!DOCTYPE html> <html> <body> <button>Hello</button> <math xmlns="http://www.w3.org/1998/Math/MathML"><semantics></semantics></math> ...