You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a tracking bug for open (or recently-closed) bugs that are related to events.
Event-related issues affecting correctness
Most of these bugs represent situations where undo/redo will fail or not work as intended, and where the minimap plugin and/or mirror demo will get out-of-sync with the main workspace.
Discusses various changes to event architecture (including elimination of use of the registry for event creation), which could allow more use of instanceof.
This is a tracking bug for open (or recently-closed) bugs that are related to events.
Event-related issues affecting correctness
Most of these bugs represent situations where undo/redo will fail or not work as intended, and where the minimap plugin and/or mirror demo will get out-of-sync with the main workspace.
BlockChange
mutation
events not fired in the correct order and/or at all #1036BlockChange
event ordering. Has been fixed multiple times.procedures_ifreturn
detaches child block, but undoing doesn't reattach it. #7950BlockChange
event ordering.onchange
methods #8467FieldDropdown
changes don't fireBlockChange
events #8556Event-related issues with other user-visible effects
These bugs do not affect state correctness but have other user-visible behaviour impact.
Event-related issues without user-visible effect
These are mostly refactor / cleanup feature requests.
BlockChange
up into multiple subclasses.instanceof
.instanceof
.Other event-related issues
I have not yet investigated these sufficiently to classify into one of the above sections.
The text was updated successfully, but these errors were encountered: