Changes between Initial Version and Version 1 of Ticket #11281
- Timestamp:
- Dec 8, 2013, 9:28:37 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11281
-
Property
Summary
changed from
Drag handler is duplicated when reinitializing lost widget
toDrag handler and mask are duplicated when reinitializing lost widget
-
Property
Summary
changed from
-
Ticket #11281 – Description
initial v1 3 3 3. Click list button multiple times. 4 4 4. See that placeholder widget contains many drag handlers. 5 6 The reason is that when we reinitialize widget, we take the old DOM and repeat the initialization process, which creates drag handlers, masks and perhaps something else. During reinitialization we should search for those elements first and reuse them / recreate them if they already exist. 7 8 It may be related to #11112.