Clicking anywhere generates JS warnings in Firefox iff a dropdown menu is present
Created by: rossmeissl
To reproduce:
- Create a page with a dropdown button present.
- Load the page in Firefox
- Click anywhere on the page
- See JS Warning appear in Firebug console
Live example
Here is a page with only a normal button:
Clicking anywhere on this page does not generate JS warnings.
Here is the same page with a dropdown button added:
Clicking anywhere in the "result" window does generate a JS warning:
Empty string passed to getElementById().
Other folks have had this issue (#5223, #4263 (closed)) but the issues did not include live examples.