thechiselgroup / biomixer

BioMixer
http://bio-mixer.appspot.com/
16 stars 13 forks source link

Expansion Menus Badly Styled in Firefox #458

Closed everbeek closed 9 years ago

everbeek commented 9 years ago

The container for the expansion menus appears to have an inadequate width attribute for Firefox's liking. Check into IE as well.

everbeek commented 9 years ago

Compared fetching width from SVG element (only works in Chrome), to a getComputedStyle approach (only worked in Chrome), to a getBoundingClientRect() approach (worked in all three).