ShubhamMishra1611 / MLnode

MLnode is a project that aims to provide a no-code/low-code environment and a platform similar to a node editor for developing numerical mathematics, deep learning models, testing models, and developing deep learning/machine learning pipelines.
0 stars 0 forks source link

Delete Functionality Not Working Normally for MDI Windows #1

Open ShubhamMishra1611 opened 6 months ago

ShubhamMishra1611 commented 6 months ago

The delete functionality for MDI windows is not operating as expected. The specific issues observed are as follows:

  1. Delete Key Inoperability: When the delete key is pressed on the keyboard, no action is triggered. The expected behavior is for the selected node to be deleted.

  2. Delete Functionality from Edit Menu: As a workaround, deleting a node from the Edit menu does work. After performing this action, the delete key on the keyboard starts functioning as expected.

  3. Undo/Redo Functionality: Prior to deleting a node from the Edit menu, the undo and redo functionalities were working, but not with the keyboard shortcuts. After deleting a node from the Edit menu, the keyboard shortcuts for undo and redo started working.

This issue needs to be addressed to ensure consistent and expected behavior of the delete and undo/redo functionalities across all input methods.

ShubhamMishra1611 commented 6 months ago

Thank you for bringing this to our attention. We appreciate your detailed observation. Our team will start investigating this issue and work towards a resolution.