twinstone / tdi

Turbocharged DOM Infusion
Apache License 2.0
6 stars 1 forks source link

Event handlers should not do stopPropagation() #5

Closed msevcenko closed 8 years ago

msevcenko commented 8 years ago

When TDI intercepts a link click, it stops propagation of the click event. Which prevents other components from intercepting the event and doing something useful (e.g. closing menu, dropdown, dialog etc).

centi commented 8 years ago

Fixed in 1.8.2.