I\'m guessing I have a basic error in thinking but I just can\'t get around it.
I have a couple of text fields which I want to add an EventListener to. I put them all i
The click event bubbles up to ancestor elements.
click
The focus event does not, and it is the that is being focussed, not the outer element.
focus