Closed dfreedm closed 10 years ago
@sorvell @frankiefu PTAL
@sorvell test added
LGTM
preventDefault is not enough, if new shown element is form field. Input will got focus. The only reliable solutions is temporaly show transparent div with very high z-index.
Ghost clicks occur when an element is removed before the 300ms delayed click event is fired, but the click event is still sent. This click event will be sent to whatever is now on top at that coordinate.