- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 24,327
- راهحلها
- 27
- پسندها
- 3,278
- امتیازها
- 113
- سن
- 28
- محل سکونت
- England
- وب سایت
- xenforo.xyz
When using the Javascript method XF.off to remove an event listener from a known element, the method removes a matching handler from XF.eventHandlers even though the evaluated handler may actually belong to a different element, usually when multiple elements share the same handler. At first glance this may seem safe, because there logically you would expect the same resulting number of handlers in the cache that can still be removed individually, if in an unexpected order.
However, when a...
However, when a...
