Firefox throws an error whenever a user clicks the "Sign Up" button that reads "ReferenceError: event is not found." This is fixed by removing a reference to the undefined "event" in SignUpFormContainer. This doesn't throw an error in Chrome or IE because both have a global symbol for "event". The SignUpForm container already handles preventing event defaults anyway.
UI Fix
Firefox causes an unwanted line break in the menu as shown in the image below. This is due to the right floated elements in the menu. A simple fix is to switch the menu elements so that the floated element comes first followed by the elements still within the flow of the page.
Event Fix
Firefox throws an error whenever a user clicks the "Sign Up" button that reads "ReferenceError: event is not found." This is fixed by removing a reference to the undefined "event" in SignUpFormContainer. This doesn't throw an error in Chrome or IE because both have a global symbol for "event". The SignUpForm container already handles preventing event defaults anyway.
UI Fix
Firefox causes an unwanted line break in the menu as shown in the image below. This is due to the right floated elements in the menu. A simple fix is to switch the menu elements so that the floated element comes first followed by the elements still within the flow of the page.