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:

  1. Create 2 GuiObjects (e.g. Frames) inside 2 different ScreenGuis.
  2. Place both ScreenGuis in StarterGui.
  3. Put the other ScreenGui inside a Folder for example.
  4. Add scripts that connect some function to the InputEnded event.
  5. Play Solo.
  6. Try interacting with the GuiObjects.
  7. 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.