issues
search
Anaminus
/
roblox-bug-tracker
Formerly an unofficial bug tracker for Roblox.
31
stars
24
forks
source link
InputEnded and similar events don't fire for GuiObjects inside ScreenGuis that are not direct descendants of a PlayerGui
#639
Open
Gskartwii
opened
9 years ago
Gskartwii
commented
9 years ago
Reproduction:
Create 2 GuiObjects (e.g. Frames) inside 2 different ScreenGuis.
Place both ScreenGuis in StarterGui.
Put the other ScreenGui inside a Folder for example.
Add scripts that connect some function to the InputEnded event.
Play Solo.
Try interacting with the GuiObjects.
Observe how the event only fires for the GUI that is not inside a Folder.
Repro PR: #640
RobloxCodeWriter
commented
9 years ago
This will be fixed for Folders soon.
Reproduction:
Repro PR: #640