mozilla / fx-private-relay-add-on

Companion add-on for Firefox Relay. Keep your email safe from hackers and trackers. Make an email alias with one click, and keep your address to yourself.
https://addons.mozilla.org/en-US/firefox/addon/private-relay
Mozilla Public License 2.0
67 stars 14 forks source link

Firefox Relay interfers with login queryselector on Wolfram's account sign-in page #506

Open sereneavatar opened 1 year ago

sereneavatar commented 1 year ago

Firefox Version: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/114.0

Steps to Reproduce

  1. Open Firefox's Browser Console
  2. Navigate to https://account.wolfram.com/login/oauth2/sign-in
  3. Select the email input element
  4. Enter an email address
  5. Click "Continue"

Expected Behavior

No errors in console or from sign-in form validation.

Actual Behavior

In step 3. the queryselector error appears in the console as Uncaught TypeError: e.target.parentElement.querySelector(...) is null. In step 5. the form validation error appears on the form as Please enter your email address.

Notes