Open YairMarcowMavenomics opened 5 years ago
Tasks:
PartManager
unit tests.PartManager
unit tests
Plan is to push this to a branch first to test for any real-world failures, then slowly move UDPs away from this behavior. The process of doing that should help us uncover any major spec risks that we haven't yet seen in making this change.
The framework seems to unnecessarily call
render
on Parts when they change their own Properties, resulting (most obviously) in visible overlays, for example when a SlickGrid column is resized, and potentially in lost state (e.g scroll position), stickiness etc.Things to consider:
initialize
, addingonOptionsChanged.