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
Bug Report: Unable to Hover, Select, or Delete Wire Between Global Input and Output Pins
Description:
Currently, it is not possible to hover over, select, or delete a wire that connects a global input pin to a global output pin within the application.
Steps to Reproduce:
Open the application and create a global input pin.
Connect the global input pin to a global output pin using a wire.
Attempt to hover over the wire, select it, or delete it using standard UI interactions.
Expected Behavior:
Users should be able to hover over the wire to view its details or properties.
Users should be able to select the wire to modify or delete it.
There should be no restrictions on interacting with wires between global input and output pins compared to other wire connections.
Actual Behavior:
Hovering over the wire between global input and output pins does not display any details or properties.
There is no option to select the wire to modify or delete it directly from the interface.
Environment:
OS: Win 11
Additional Context:
This issue limits the ability to manage connections between global pins, which is crucial for designing and debugging complex circuits. It affects usability and workflow efficiency.
Screenshots or Videos:
Possible Solutions:
Ensure that wires between global input and output pins support standard hover, selection, and deletion functionalities.
Review and update the wire interaction logic to include global pin connections in all relevant UI operations.
Development Notes:
Verify that the fix does not introduce regressions or affect other wire connections.
Test the solution thoroughly across different scenarios and user workflows to ensure consistent behavior.
The text was updated successfully, but these errors were encountered:
#28 Fixes this issue by completing the relevant code. The code changes can be reviewed in the pull request.
The changes have been made ensuring to new bugs are introduced and the wire deletions and corresponding binds are properly handled to prevent memory leaks and unwanted bugs.
Bug Report: Unable to Hover, Select, or Delete Wire Between Global Input and Output Pins
Description:
Currently, it is not possible to hover over, select, or delete a wire that connects a global input pin to a global output pin within the application.
Steps to Reproduce:
Expected Behavior:
Actual Behavior:
Environment:
Additional Context:
This issue limits the ability to manage connections between global pins, which is crucial for designing and debugging complex circuits. It affects usability and workflow efficiency.
Screenshots or Videos:
Possible Solutions:
Development Notes:
The text was updated successfully, but these errors were encountered: