Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widget bugs fixed 🐛 #645

Merged
merged 12 commits into from
Feb 27, 2025
Merged

Widget bugs fixed 🐛 #645

merged 12 commits into from
Feb 27, 2025

Conversation

Freymaurer
Copy link
Collaborator

Fixes 3 bugs with widgets:

  • Bug 1: Widgets jump to 0 on x-axis as soon as the right screen window border touches them, like scared little kitties 🐈
  • Bug 2: overflow for term search was set to scrollable
  • Bug 3: Opening all widgets with the same params (Building Block, FilePicker, DataAnnotator), then clicking on them to get them in front made react not understand that they switched and reused their states (typical missing key issue). So i added a key to base widget and now they stay where they are supposed to stay.

@Freymaurer
Copy link
Collaborator Author

This should also fix some of the issues in #634 and #629

@Freymaurer Freymaurer mentioned this pull request Feb 26, 2025
@Freymaurer Freymaurer merged commit c64b300 into main Feb 27, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants