Best Practice for adding click handlers on pages with headers/footers?
Adding a click handler to elements on the page is a very common thing. I noticed that if I use headers/footers, tapping/clicking on an element to trigger its handler also causes the header/footer to toggle, which isn't what was intended.
Does this mean that developers are going to have to get into the habit of stopping propagation in their handlers when they use headers/footers? If so, we probably need to document that.