I have a expandable section which is a button (this is from a framework that I can not change). And inside this section, I got a clickable div. This is working on Chrome, IE, Safari, but not on Firefox.
<button onclick="alert('expand');" class="button">
<div onclick="alert('Edit');" class="edit">Edit</div><br/>
</button>
https://jsfiddle.net/dLbkq6uy/1/
I can't fire the click event for the DIV inside this button on Firefox.