mainIine / foe-helfer-extension

FoE Helfer - Extension for chromium based browsers and Firefox ;-)
https://foe-helper.com
GNU Affero General Public License v3.0
120 stars 180 forks source link

Conflict identifying a html element between Infobox and GB Calculator. #2608

Closed AlfonZ42 closed 1 year ago

AlfonZ42 commented 1 year ago

Infobox's filter's arrow has class arrow, same as GB Calculator's Copy values' settings' arrow. GB Calculator's arrow binds its click action to all arrows, including Infobox's.

Steps to reproduce:

  1. Open Infobox
  2. Open GB Calculator
  3. Click on Infobox's filter's arrow, GB Calculator's settings window shows up
  4. Click on Infobox's filter's arrow again, GB Calculator's settings window hides
  5. Close GB Calculator
  6. Click on Infobox's filter's arrow, TypeError: Cannot read property 'style' of undefined shows up in the console.