The Wayback Machine - https://web.archive.org/web/20210804053111/https://github.com/obsproject/obs-studio/issues/3827
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

Edit menu does not follow selected state of Sources #3827

Open
WizardCM opened this issue Dec 4, 2020 · 7 comments · May be fixed by #3828
Open

Edit menu does not follow selected state of Sources #3827

WizardCM opened this issue Dec 4, 2020 · 7 comments · May be fixed by #3828

Comments

@WizardCM
Copy link
Collaborator

@WizardCM WizardCM commented Dec 4, 2020

Platform

Operating system and version: Windows 10 20H2
OBS Studio version: 26.0.2, 26.1.0-rc1, current master

Expected Behavior

The Edit menu's contents should make sense for the currently selected source. Including if the source is deselected.

Current Behavior

The enabled/disabled state of menu items in the Edit menu are only set when the user right clicks a source in the Sources box or when a specific action in the menu is triggered, but not when a source is selected/deselected.

Steps to Reproduce

  1. Add two sources to a scene. Lock one.
  2. Right click on the locked source. Notice the Transform sub-menu is mostly disabled.
  3. Open the Edit menu. Notice the Tranform sub-menu is mostly disabled.
  4. Right click the unlocked source.
  5. Left click the locked source (without opening its context menu)
  6. Open the Edit menu. Notice the Transform sub-menu is mostly enabled, as it would be for an enabled source.

Additional information

Other menu entries affected:

When a source is deselected:

  • Copy
  • Copy Filters
  • Paste Filters
  • Transform (and submenu)
  • Order

When a source is selected:

  • Transform submenu
@deekshithpranav
Copy link

@deekshithpranav deekshithpranav commented Dec 6, 2020

Hi @WizardCM, I am a beginner and I am very interested to start my first contribution on GitHub with this good first issue, can you help me get started?

@Fenrirthviti
Copy link
Member

@Fenrirthviti Fenrirthviti commented Dec 6, 2020

There is already an open PR for this issue.

@deekshithpranav
Copy link

@deekshithpranav deekshithpranav commented Dec 6, 2020

@Fenrirthviti Can you help me find any other first-good -issue that might help me get started? 😊

@Fenrirthviti
Copy link
Member

@Fenrirthviti Fenrirthviti commented Dec 6, 2020

Probably best to visit our Discord and chat about what your skillset is and what you are actually trying to accomplish. I will be frank, OBS is not exactly a great project for beginner coders, so best to talk with us first on Discord.

@deekshithpranav
Copy link

@deekshithpranav deekshithpranav commented Dec 6, 2020

Probably best to visit our Discord and chat about what your skillset is and what you are actually trying to accomplish. I will be frank, OBS is not exactly a great project for beginner coders, so best to talk with us first on Discord.

@Fenrirthviti That would be great, was looking for a person like you on GitHub!!

Can I have the link?

@offthegrid-mike
Copy link
Contributor

@offthegrid-mike offthegrid-mike commented Dec 12, 2020

@deekshithpranav here is the discord channel. Cheers :D
https://obsproject.com/discord

@vishalvikal
Copy link

@vishalvikal vishalvikal commented Jul 22, 2021

Hello there,
I have successfully built obs on my system. I have confirmed the bug.
Please give me a way to start work on this bug.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment