-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Spacebar Menu Scale and Rotate Buttons Do Nothing When Interacted With #6496
Labels
Comments
Exairnous
added
bug
needs triage
For bugs that have not yet been assigned a fix priority
labels
Sep 3, 2024
I used those so seldom that I've forgotten how they are supposed to work. Do we have any videos of the rotate and scale buttons working properly? |
Exairnous
added a commit
that referenced
this issue
Sep 24, 2024
Fixes #6496 Chromium version 128 introduced a bug in Hubs that was fixed by #6495 but PR#6495 seems to have introduced the bug detailed in issue#6496 for all browsers. Now Chromium has fixed an issue on their end as detailed here: https://issues.chromium.org/issues/361823993 which should fix the original bug that PR#6495 addressed in Hubs, which allows us to revert the fix on the Hubs side (PR#6495) and so fix the issue#6496 bug. However, this doesn't do anything for the potentially deeper issues in the system that were possibly exposed with PR#6495.
DougReeder
added a commit
to DougReeder/hubs
that referenced
this issue
Sep 26, 2024
@DougReeder |
Exairnous
added a commit
that referenced
this issue
Nov 7, 2024
Reverts "Merge pull request #6487 from mozilla/scene-grabbables". This reverts commit 4324d10, reversing changes made to 746413d. This fixes the following GitHub bugs: Spacebar Menu Scale and Rotate Buttons Do Nothing When Interacted With #6496 Physics doesn't work when in-room objects are thrown #6503 Physics doesn't continue working after moving an object that has had physics permanently enabled on it #6504 The spacebar menu doesn't show up for objects which have been dropped in the room from a file browser #6505 This reverts the changes from the following commits: c23b7d4 Add warning for negative scale when creating interactables bounds ae050ee Revert media collision mask ec12e4c Scene grabbables support
Fixed by #6515 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Objects can't be manipulated via the scale and rotate buttons from the spacebar menu anymore.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The object should be scaled or rotated, depending on which button is interacted with.
Video
https://github.com/user-attachments/assets/ed28a602-5af2-4ff6-aba6-6bf401f1972e
Video courtesy of mr. lion on Discord.
Hardware
Additional context
Potentially caused by #6495Potentially caused by #6487
Physics also seems to be affected by this bug. Objects can no longer be thrown and the gravity/drop to floor button on the spacebar button does nothing if the object has been moved.Update: the physics issues are probably a separate bug and have been reported in #6503, #6504, #6505The text was updated successfully, but these errors were encountered: