- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 24,291
- راهحلها
- 27
- پسندها
- 3,278
- امتیازها
- 113
- سن
- 28
- محل سکونت
- England
- وب سایت
- xenforo.xyz
While technically
This is noticeable for custom bb-code which has
Code:
xf-init is executed, any event listeners are lost probably resulting in the results of xf-init being GC'ed. The problem is the use of innerHTML to copy data into the DOM, as this creates new nodes and doesn't move/copy the existing nodes.This is noticeable for custom bb-code which has
xf-init handlers, and xf-init is executed on content which is then dropped.Code:
